Added rudimentary support for C++ Classes

This commit is contained in:
Armando Rivera 2013-11-09 18:36:42 -05:00
parent d2b33b41d6
commit df5e9466a1

View File

@ -44,7 +44,6 @@
#define ADDR &
#define INCR ++
#define DECR --
#define NEXT ++
#define PRIOR --
#define BYREF *
#define NOT not
@ -78,6 +77,17 @@
#define BREAK break;
#define SHORT short
#define LPCHAR char*
#define CLASS class
#define ENDCLASS };
#define CONSTRUCTOR
#define ENDCONSTRUCTOR }
#define DO {
#define NEXT }
#ifndef TRUE
#define TRUE 1