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