Changed ADDRESS to ADDR

This commit is contained in:
Armando Rivera 2013-11-07 14:07:37 -05:00
parent c723cb3c1c
commit 5885f3c3f1

View File

@ -41,7 +41,7 @@
#define OR || #define OR ||
#define CLASS class #define CLASS class
#define TYPE typedef struct #define TYPE typedef struct
#define ADDRESS & #define ADDR &
#define INCR ++ #define INCR ++
#define DECR -- #define DECR --
#define NEXT ++ #define NEXT ++