X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=ea1aa231666fa83fac2d90c869a97abf81c8b32f;hp=654c580bf1ff0542db14f65466228e6ce0885a5f;hb=582df8950c285e1746d0c4a9e3ead6545c962dc8;hpb=c9541a9d4f01e190ffefc20ce07896c7f04d9557 diff --git a/direct.h b/direct.h index 654c580..ea1aa23 100644 --- a/direct.h +++ b/direct.h @@ -15,12 +15,13 @@ extern TOKEN exprbuf[]; extern SYM * symbolPtr[]; extern int (* dirtab[])(); +extern int largestAlign[]; // Exported functions void auto_even(void); -int dep_block(VALUE, WORD, VALUE, WORD, TOKEN *); +int dep_block(uint32_t, WORD, uint32_t, WORD, TOKEN *); int eject(void); -int abs_expr(VALUE *); +int abs_expr(uint64_t *); int symlist(int(*)()); int d_even(void);