]> Shamusworld >> Repos - rmac/blobdiff - token.h
Various cleanups to fix compiler warnings.
[rmac] / token.h
diff --git a/token.h b/token.h
index 1f57c905589428db0bf95ca7054f6ee0aa36d898..938e4b27ebf9e9aaee3aa68361b96cacd0b6fe92 100644 (file)
--- 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__