Changeset 299 in dev for trunk/abdev/BasicCompiler32/Compile_Func.cpp
- Timestamp:
- Aug 23, 2007, 6:17:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Func.cpp
r290 r299 324 324 void Opcode_Func_SizeOf( const string &typeName ){ 325 325 Type tempType; 326 if( ! Compiler::StringToType( typeName, tempType ) ){326 if( !compiler.StringToType( typeName, tempType ) ){ 327 327 SetError(3,typeName,cp); 328 328 return;
Note:
See TracChangeset
for help on using the changeset viewer.