[svn-r1377]

removed teh TYPE define since it was already there as DATATYPE
This commit is contained in:
Patrick Lu 1999-06-24 14:01:54 -05:00
parent 99cd249d1b
commit 7f0f77be1e

View File

@ -295,7 +295,6 @@ extern ProgType programtype;
#define CTYPE "CTYPE"
#define CONCATENATOR "//"
#define DATASET "DATASET"
#define TYPE "TYPE"
#define BEGIN "{"
#define END "}"
#endif