Changeset 376 in dev for trunk/abdev/BasicCompiler32


Ignore:
Timestamp:
Nov 30, 2007, 8:31:42 PM (16 years ago)
Author:
dai_9181
Message:
 
Location:
trunk/abdev/BasicCompiler32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/BasicCompiler.vcproj

    r344 r376  
    12981298                    </File>
    12991299                    <File
     1300                        RelativePath="..\BasicCompiler_Common\src\Class_Collect.cpp"
     1301                        >
     1302                    </File>
     1303                    <File
    13001304                        RelativePath="..\BasicCompiler_Common\src\Const.cpp"
    13011305                        >
  • trunk/abdev/BasicCompiler32/Opcode.h

    r372 r376  
    167167class ParamImpl{
    168168    char *Parms[255];
    169     vector<Type> types;
     169    Types types;
    170170    int ParmsNum;
    171171
Note: See TracChangeset for help on using the changeset viewer.