Changeset 26 in dev for BasicCompiler64
- Timestamp:
- Jan 7, 2007, 4:12:53 AM (18 years ago)
- Location:
- BasicCompiler64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/BasicCompiler.vcproj
r15 r26 1522 1522 </File> 1523 1523 </Filter> 1524 <Filter 1525 Name="Exception" 1526 > 1527 <File 1528 RelativePath="..\BasicCompiler_Common\Exception.cpp" 1529 > 1530 </File> 1531 <File 1532 RelativePath="..\BasicCompiler_Common\Exception.h" 1533 > 1534 </File> 1535 </Filter> 1524 1536 </Filter> 1525 1537 </Filter> -
BasicCompiler64/Compile_CallProc.cpp
r20 r26 283 283 return -1; 284 284 } 285 286 //静的メンバ 287 bStatic=1; 285 288 } 286 289
Note:
See TracChangeset
for help on using the changeset viewer.