Changeset 255 in dev for trunk/abdev/BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- Aug 1, 2007, 3:37:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Subroutine.cpp
r209 r255 415 415 importedNamespaces.clear(); 416 416 417 #ifndef _AMD64_ 417 418 sprintf(temporary,"%c%c_allrem()",1,ESC_SUB); 418 419 userProcs.Add( namespaceScopes, importedNamespaces, temporary,0,false,NULL,false); … … 438 439 sprintf(temporary,"%c%c_aullshr()",1,ESC_SUB); 439 440 userProcs.Add( namespaceScopes, importedNamespaces, temporary,0,false,NULL,false); 441 #endif 440 442 441 443 sprintf(temporary,"%c%c_System_InitStaticLocalVariables()",1,ESC_SUB);
Note:
See TracChangeset
for help on using the changeset viewer.