Ignore:
Timestamp:
May 2, 2008, 11:25:38 AM (16 years ago)
Author:
dai_9181
Message:

[522][527]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/Compile_Func.cpp

    r485 r528  
    376376    }
    377377}
    378 void Opcode_Func_SizeOf( const string &typeName ){
     378void Opcode_Func_SizeOf( const std::string &typeName ){
    379379    Type tempType;
    380380    if( !compiler.StringToType( typeName, tempType ) ){
Note: See TracChangeset for help on using the changeset viewer.