]> Shamusworld >> Repos - rmac/blobdiff - direct.h
First working 64-bit version of RMAC
[rmac] / direct.h
index 8bcc3516bf396de1a194a84b06b01236f9f169cb..732a52e267e2d099ae029e23c55219c19256b20e 100644 (file)
--- a/direct.h
+++ b/direct.h
@@ -13,7 +13,8 @@
 
 // Globals, Externals etc
 extern TOKEN exprbuf[];
-extern int (*dirtab[])();
+extern SYM * symbolPtr[];
+extern int (* dirtab[])();
 
 // Prototypes
 int d_even(void);