Added PTR alias
This commit is contained in:
parent
555bed312f
commit
d5ce198aea
@ -36,16 +36,16 @@
|
|||||||
#define SUB void
|
#define SUB void
|
||||||
#define ENDSUB }
|
#define ENDSUB }
|
||||||
#define BEGIN {
|
#define BEGIN {
|
||||||
#define END }
|
#define END }
|
||||||
#define AND &&
|
#define AND &&
|
||||||
#define OR ||
|
#define OR ||
|
||||||
#define CLASS class
|
#define CLASS class
|
||||||
#define TYPE typedef struct
|
#define TYPE typedef struct
|
||||||
#define ADDR &
|
#define ADDR &
|
||||||
#define INCR ++
|
#define INCR ++
|
||||||
#define DECR --
|
#define DECR --
|
||||||
#define PRIOR --
|
|
||||||
#define BYREF *
|
#define BYREF *
|
||||||
|
#define PTR *
|
||||||
#define NOT not
|
#define NOT not
|
||||||
#define IF if
|
#define IF if
|
||||||
#define THEN {
|
#define THEN {
|
||||||
|
Loading…
Reference in New Issue
Block a user