migration from kldp.net

This commit is contained in:
hyung-hwan 2007-11-18 10:06:12 +00:00
parent 9f440199ca
commit 3955f789c6

View File

@ -1,5 +1,5 @@
/* /*
* $Id: err.c,v 1.13 2007/11/12 07:53:32 bacon Exp $ * $Id: err.c,v 1.14 2007/11/17 11:25:55 bacon Exp $
* *
* {License} * {License}
*/ */
@ -67,7 +67,7 @@ static const ase_char_t* __geterrstr (int errnum)
ASE_T("right-hand side of the 'in' operator not a variable"), ASE_T("right-hand side of the 'in' operator not a variable"),
ASE_T("invalid expression"), ASE_T("invalid expression"),
ASE_T("keyword 'func' expected in place of '%.*s'"), ASE_T("keyword 'function' expected in place of '%.*s'"),
ASE_T("keyword 'while' expected in place of '%.*s'"), ASE_T("keyword 'while' expected in place of '%.*s'"),
ASE_T("invalid assignment statement"), ASE_T("invalid assignment statement"),
ASE_T("an identifier expected in place of '%.*s'"), ASE_T("an identifier expected in place of '%.*s'"),