1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +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:
uz 2008-08-03 20:09:03 +00:00
parent 24c6e1ce5b
commit 3482a9e7ce

View File

@ -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);