X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=d4b22ce923267c45aa381c4b957ede35299abf35;hp=7b4625a11bb64a5d488900b835d2a3835ed62b39;hb=968958cccf9201debee2cb0d4856cb5b55c6867d;hpb=2161b198b7b333147c89ef0346d8e9bb6ab9ffd9 diff --git a/direct.h b/direct.h index 7b4625a..d4b22ce 100644 --- a/direct.h +++ b/direct.h @@ -15,7 +15,7 @@ extern TOKEN exprbuf[]; extern SYM * symbolPtr[]; extern int (* dirtab[])(); -extern char strtoa8[]; +extern int stringtype; // Exported functions void auto_even(void);