Changeset 213 for trunk/nom/include
- Timestamp:
- Jan 21, 2007, 8:24:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/include/nom.h
r190 r213 130 130 } NOMAnyObj; 131 131 132 132 #if 0 133 133 #ifndef NOMClass 134 134 typedef struct NOMClass_struct { … … 138 138 #define NOMClass NOMClassObj 139 139 typedef NOMClass *PNOMClass; 140 #endif 140 141 #endif 141 142 … … 148 149 typedef NOMObject *PNOMObject; 149 150 #endif 151 152 #define NOMClass NOMObject 153 typedef NOMClass *PNOMClass; 150 154 151 155 //#define NOMObject NOMAnyObj
Note:
See TracChangeset
for help on using the changeset viewer.