Changeset 206 in dev for trunk/abdev/BasicCompiler_Common/error.cpp
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/error.cpp
r204 r206 1 #include "stdafx.h" 2 1 3 #include <jenga/include/smoothie/LexicalAnalysis.h> 2 4 3 5 #include <Program.h> 6 #include <Class.h> 4 7 5 8 #include "../BasicCompiler_Common/common.h" … … 301 304 if(num>-100){ 302 305 //エラーのみ 306 303 307 i2=0; 304 308 }
Note:
See TracChangeset
for help on using the changeset viewer.