X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=0f9615edd0ea8092a3b7a99028833f20df438b3c;hp=654c580bf1ff0542db14f65466228e6ce0885a5f;hb=cfd001aea60f54e49d9beae0f941c513f45c202b;hpb=c9541a9d4f01e190ffefc20ce07896c7f04d9557 diff --git a/direct.h b/direct.h index 654c580..0f9615e 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(uint32_t *); int symlist(int(*)()); int d_even(void);