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