Changeset 177 for trunk/nom/src/nombuildclass.c
- Timestamp:
- Jan 6, 2007, 2:29:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/src/nombuildclass.c
r139 r177 52 52 53 53 /* Define if you want to have messages from somBuildClass() and friends */ 54 #define DEBUG_NOMBUILDCLASS54 //#define DEBUG_NOMBUILDCLASS 55 55 /* Define if you want to have messages from building NOMObject */ 56 56 //#define DEBUG_BUILDNOMOBJECT … … 179 179 180 180 /* Found class introducing the method */ 181 nomPrintf(" %s, %d: Found %s in %s\n", __FUNCTION__, __LINE__,182 181 //nomPrintf(" %s, %d: Found %s in %s\n", __FUNCTION__, __LINE__, 182 // gstr->str, sci->chrParentClassNames[a]); 183 183 if(NULL==NOMClassMgrObject) 184 184 g_error("%s line %d: No overriding for base classes yet(%s)!\n",
Note:
See TracChangeset
for help on using the changeset viewer.