Added PTR alias

This commit is contained in:
Armando Rivera 2013-11-09 23:24:39 -05:00
parent 555bed312f
commit d5ce198aea

View File

@ -44,8 +44,8 @@
#define ADDR &
#define INCR ++
#define DECR --
#define PRIOR --
#define BYREF *
#define PTR *
#define NOT not
#define IF if
#define THEN {