X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=d1924de5ab0a6d5243bea5e7f53f34b9cd290f08;hp=3c884dc5a4b34b03cbbd531b8c15d9a4306910ab;hb=eace4e1b294ccec54a5c476619f616f5da0bf8a9;hpb=f3c7d186a15b89c39e360b9cc89545a0d24bd6a4 diff --git a/direct.h b/direct.h index 3c884dc..d1924de 100644 --- a/direct.h +++ b/direct.h @@ -13,14 +13,14 @@ #include "token.h" // Exported variables -extern TOKENPTR exprbuf; +extern TOKEN exprbuf[]; extern SYM * symbolPtr[]; extern int (* dirtab[])(); extern int largestAlign[]; // Exported functions void auto_even(void); -int dep_block(uint32_t, WORD, uint32_t, WORD, TOKENPTR); +int dep_block(uint32_t, WORD, uint32_t, WORD, TOKEN *); int eject(void); int abs_expr(uint64_t *); int symlist(int(*)());