X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=df4b952ee747b1b1c81cb6d1070efbb532b320c4;hp=55959b31017001c7077aa0ab43d40d3d4c8aaf81;hb=e202a0d487a2032894fd9cc96ce3b7a2774ac3ce;hpb=bdbf34766f4d074a5933eb1326fe4ce03d249e10 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[];