X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=a4ab5ba7e9508379c54cb3de7906a8ec8164d175;hp=7b4625a11bb64a5d488900b835d2a3835ed62b39;hb=03dd34951a331e0b8971195ccef1600fffaea2e6;hpb=2161b198b7b333147c89ef0346d8e9bb6ab9ffd9 diff --git a/direct.h b/direct.h index 7b4625a..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 char strtoa8[]; // Exported functions void auto_even(void);