X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=direct.h;h=df4b952ee747b1b1c81cb6d1070efbb532b320c4;hb=2037569179a89c7ea99abf7c3e75f23448ff54ff;hp=55959b31017001c7077aa0ab43d40d3d4c8aaf81;hpb=bdbf34766f4d074a5933eb1326fe4ce03d249e10;p=rmac diff --git a/direct.h b/direct.h index 55959b3..df4b952 100644 --- a/direct.h +++ b/direct.h @@ -12,6 +12,10 @@ #include "rmac.h" #include "token.h" +// Imported variables + +extern char * label_defined; + // Exported variables extern TOKEN exprbuf[]; extern SYM * symbolPtr[];