Changeset 528 in dev for trunk/ab5.0/abdev/compiler_x64/Compile_Func.cpp
- Timestamp:
- May 2, 2008, 11:25:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/Compile_Func.cpp
r485 r528 376 376 } 377 377 } 378 void Opcode_Func_SizeOf( const st ring &typeName ){378 void Opcode_Func_SizeOf( const std::string &typeName ){ 379 379 Type tempType; 380 380 if( !compiler.StringToType( typeName, tempType ) ){
Note:
See TracChangeset
for help on using the changeset viewer.