]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Fixed compiler not checking for INCBIN in BSS sections.
[rmac] / direct.h
index 24961c3fcc3d42dca035c58228cdca570c8f8105..6da4c3e2c77e69cb3419f49f96e528b3b6e26b4c 100644 (file)
--- a/direct.h
+++ b/direct.h
@@ -13,6 +13,7 @@
 
 // Globals, Externals etc
 extern TOKEN exprbuf[];
+extern SYM * symbolPtr[];
 extern int (* dirtab[])();
 
 // Prototypes
@@ -38,7 +39,7 @@ int d_assert(void);
 int d_if(void);
 int d_endif(void);
 int d_include(void);
-int exitmac(void);
+int ExitMacro(void);
 int d_list(void);
 int d_nlist(void);
 int d_title(void);