Fixed a comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@3868 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -692,8 +692,8 @@ static void Primary (ExprDesc* E)
|
|||||||
/* C99 doesn't allow calls to undefined functions, so
|
/* C99 doesn't allow calls to undefined functions, so
|
||||||
* generate an error and otherwise a warning. Declare a
|
* generate an error and otherwise a warning. Declare a
|
||||||
* function returning int. For that purpose, prepare a
|
* function returning int. For that purpose, prepare a
|
||||||
* function signature for a function having an empty param list
|
* function signature for a function having an empty param
|
||||||
* and returning int.
|
* list and returning int.
|
||||||
*/
|
*/
|
||||||
if (IS_Get (&Standard) >= STD_C99) {
|
if (IS_Get (&Standard) >= STD_C99) {
|
||||||
Error ("Call to undefined function `%s'", Ident);
|
Error ("Call to undefined function `%s'", Ident);
|
||||||
|
|||||||
Reference in New Issue
Block a user