Changeset 376 in dev for trunk/abdev/BasicCompiler32
- Timestamp:
- Nov 30, 2007, 8:31:42 PM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/BasicCompiler.vcproj
r344 r376 1298 1298 </File> 1299 1299 <File 1300 RelativePath="..\BasicCompiler_Common\src\Class_Collect.cpp" 1301 > 1302 </File> 1303 <File 1300 1304 RelativePath="..\BasicCompiler_Common\src\Const.cpp" 1301 1305 > -
trunk/abdev/BasicCompiler32/Opcode.h
r372 r376 167 167 class ParamImpl{ 168 168 char *Parms[255]; 169 vector<Type>types;169 Types types; 170 170 int ParmsNum; 171 171
Note:
See TracChangeset
for help on using the changeset viewer.