]> Shamusworld >> Repos - rmac/blobdiff - expr.h
Minor tweaking from last round of patching, version bump. :-)
[rmac] / expr.h
diff --git a/expr.h b/expr.h
index 96b8e2a99746e9913a36832911cda1f3b414ddaa..e8436f4c89bff855d4192c507e313ac9c8f17c63 100644 (file)
--- a/expr.h
+++ b/expr.h
@@ -1,7 +1,7 @@
 //
 // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
 // EXPR.H - Expression Analyzer
-// Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
@@ -30,7 +30,7 @@
 #define XOR          11                // Bitwise xor: ^
 #define OR           12                // Bitwise or: |
 
-// Prototypes
+// Exported functions
 void InitExpression(void);
 int expr1(void);
 int expr2(void);