Changeset 113 in dev for BasicCompiler_Common/error.cpp
- Timestamp:
- May 10, 2007, 12:27:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/error.cpp
r110 r113 154 154 if(num==63) lstrcpy(msg,"名前空間が正しく閉じられていません。"); 155 155 if(num==64) sprintf(msg,"\"%s\" 無効な名前空間です。",tempKeyWord); 156 if(num==65) sprintf(msg,"ローカル領域で%sは使用できません。",tempKeyWord); 156 157 157 158
Note:
See TracChangeset
for help on using the changeset viewer.