X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=df4b952ee747b1b1c81cb6d1070efbb532b320c4;hp=dee418e15d7d9b7796e1ad5e1c104d17310e5520;hb=c59f7a33730dacf753e066a4002e2f749051a137;hpb=9153334781cd2e23750f4dc002e847606c07a1f0 diff --git a/direct.h b/direct.h index dee418e..df4b952 100644 --- a/direct.h +++ b/direct.h @@ -1,7 +1,7 @@ // // RMAC - Reboot's Macro Assembler for all Atari computers // DIRECT.H - Directive Handling -// Copyright (C) 199x Landon Dyer, 2011-2018 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -12,6 +12,10 @@ #include "rmac.h" #include "token.h" +// Imported variables + +extern char * label_defined; + // Exported variables extern TOKEN exprbuf[]; extern SYM * symbolPtr[];