Changeset 95 in dev for BasicCompiler32/Compile_ProcOp.cpp
- Timestamp:
- Apr 15, 2007, 1:34:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_ProcOp.cpp
r94 r95 214 214 215 215 pobj_DBClass->Compile_System_InitializeUserTypes(); 216 } 217 else if( userProc.GetName() == "RegisterGlobalRoots" 218 && userProc.HasParentClass() 219 && (string)userProc.GetParentClass().name == "_System_CGarbageCollection" ){ 220 221 Compile_AddGlobalRootsForGc(); 216 222 } 217 223 else{
Note:
See TracChangeset
for help on using the changeset viewer.