Changeset 523 in dev for trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp
- Timestamp:
- May 1, 2008, 11:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp
r484 r523 524 524 } 525 525 } 526 void Opcode_Func_SizeOf( const st ring &typeName ){526 void Opcode_Func_SizeOf( const std::string &typeName ){ 527 527 Type tempType; 528 528 if( !compiler.StringToType( typeName, tempType ) ){
Note:
See TracChangeset
for help on using the changeset viewer.