X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=938e4b27ebf9e9aaee3aa68361b96cacd0b6fe92;hp=1f57c905589428db0bf95ca7054f6ee0aa36d898;hb=75cce0d9eb190f6094f66ae283b5981af25e5a57;hpb=d28f432296e812643e236d1bfc9b556a7b11c461 diff --git a/token.h b/token.h index 1f57c90..938e4b2 100644 --- a/token.h +++ b/token.h @@ -1,9 +1,10 @@ -//////////////////////////////////////////////////////////////////////////////////////////////////// +// // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System // TOKEN.H - Token Handling // Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source Utilised with the Kind Permission of Landon Dyer +// #ifndef __TOKEN_H__ #define __TOKEN_H__ @@ -152,4 +153,4 @@ int fpop(void); int d_goto(void); INOBJ *a_inobj(int); -#endif // __TOKEN_H__ \ No newline at end of file +#endif // __TOKEN_H__