Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

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

    r484 r523  
    524524    }
    525525}
    526 void Opcode_Func_SizeOf( const string &typeName ){
     526void Opcode_Func_SizeOf( const std::string &typeName ){
    527527    Type tempType;
    528528    if( !compiler.StringToType( typeName, tempType ) ){
Note: See TracChangeset for help on using the changeset viewer.