X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=732a52e267e2d099ae029e23c55219c19256b20e;hp=8bcc3516bf396de1a194a84b06b01236f9f169cb;hb=d16b8ea0ee65b2ad901ca6b0624c07e6e4930cc4;hpb=75cce0d9eb190f6094f66ae283b5981af25e5a57 diff --git a/direct.h b/direct.h index 8bcc351..732a52e 100644 --- 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);