X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=d4b22ce923267c45aa381c4b957ede35299abf35;hp=27219e54f6198f7433b58feb4d04afe0606f4aaf;hb=005275defacb4b5d2f511bf7357ac7720f807761;hpb=ff2052bcaa1428a33a202822a81a6f9b8e567ef4 diff --git a/direct.h b/direct.h index 27219e5..d4b22ce 100644 --- a/direct.h +++ b/direct.h @@ -15,6 +15,7 @@ extern TOKEN exprbuf[]; extern SYM * symbolPtr[]; extern int (* dirtab[])(); +extern int stringtype; // Exported functions void auto_even(void);