]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Added DSM directive for 56001 mode (and not only). Updated doc. Condensed usage message.
[rmac] / direct.h
index 55959b31017001c7077aa0ab43d40d3d4c8aaf81..df4b952ee747b1b1c81cb6d1070efbb532b320c4 100644 (file)
--- a/direct.h
+++ b/direct.h
 #include "rmac.h"
 #include "token.h"
 
+// Imported variables
+
+extern char * label_defined;
+
 // Exported variables
 extern TOKEN exprbuf[];
 extern SYM * symbolPtr[];