]> gitweb.factorcode.org Git - factor.git/blobdiff - native/bignum.h
Factor jEdit plugin!
[factor.git] / native / bignum.h
index c9ebf0a221c644027242d2b8bc718a50e3365dee..ed1c4b9ebab3712d337eb9d6ea977ad9f9da9685 100644 (file)
@@ -2,6 +2,10 @@ typedef long long BIGNUM_2;
 
 typedef struct {
        CELL header;
+/* FIXME */
+#ifndef FACTOR_64
+       CELL alignment;
+#endif
        BIGNUM_2 n;
 } BIGNUM;