Changeset 383 for trunk/nomc/include/parser.h
- Timestamp:
- Jul 2, 2008, 11:39:12 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/nomc/include/parser.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/nomc/include/parser.h
r380 r383 215 215 void parseCodeBlock(void); 216 216 void parseInterface(GTokenType token); 217 void parse Method(void);217 void parseInterfaceMethod(void); 218 218 219 219 /* In printdata.c */ … … 229 229 PMETHOD findMethodInfoFromMethodNameWithCurrent(PINTERFACE pif, gchar* chrName); 230 230 void exitIfNotMatchNext(GTokenType token, gchar* msg); 231 void exitIfNotMatchNextKind(guint uiKind, gchar* msg); 231 232 232 233 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.
