X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=a4ab5ba7e9508379c54cb3de7906a8ec8164d175;hp=d4b22ce923267c45aa381c4b957ede35299abf35;hb=03dd34951a331e0b8971195ccef1600fffaea2e6;hpb=968958cccf9201debee2cb0d4856cb5b55c6867d diff --git a/direct.h b/direct.h index d4b22ce..a4ab5ba 100644 --- a/direct.h +++ b/direct.h @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System +// RMAC - Reboot's Macro Assembler for all Atari computers // DIRECT.H - Directive Handling -// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -15,7 +15,6 @@ extern TOKEN exprbuf[]; extern SYM * symbolPtr[]; extern int (* dirtab[])(); -extern int stringtype; // Exported functions void auto_even(void);