]> Shamusworld >> Repos - rmac/blobdiff - direct.h
6502 mode: fix clearing of its RAM space with each .6502 invocation. Also fixed chptr...
[rmac] / direct.h
index 27219e54f6198f7433b58feb4d04afe0606f4aaf..7b4625a11bb64a5d488900b835d2a3835ed62b39 100644 (file)
--- 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);