Changeset 107 in dev for BasicCompiler_Common/error.cpp
- Timestamp:
- May 6, 2007, 3:17:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/error.cpp
r103 r107 152 152 if(num==62) sprintf(msg,"グローバル領域でのReturnは禁止されています。",tempKeyWord); 153 153 if(num==63) lstrcpy(msg,"名前空間が正しく閉じられていません。"); 154 if(num==64) sprintf(msg,"\"%s\" 無効な名前空間です。",tempKeyWord); 154 155 155 156
Note:
See TracChangeset
for help on using the changeset viewer.