mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Lemon update 2010-02-17 20:19:51 on branch lemon-update-2010
- Corrected error message (cut-and-paste bug). (user: icculus)
This commit is contained in:
parent
031cebb138
commit
3d7a8e8348
1 changed files with 1 additions and 1 deletions
|
@ -2287,7 +2287,7 @@ to follow the previous rule.");
|
||||||
case WAITING_FOR_DATATYPE_SYMBOL:
|
case WAITING_FOR_DATATYPE_SYMBOL:
|
||||||
if( !isalpha(x[0]) ){
|
if( !isalpha(x[0]) ){
|
||||||
ErrorMsg(psp->filename,psp->tokenlineno,
|
ErrorMsg(psp->filename,psp->tokenlineno,
|
||||||
"Symbol name missing after %%destructor keyword");
|
"Symbol name missing after %%type keyword");
|
||||||
psp->errorcnt++;
|
psp->errorcnt++;
|
||||||
psp->state = RESYNC_AFTER_DECL_ERROR;
|
psp->state = RESYNC_AFTER_DECL_ERROR;
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Reference in a new issue