J
Jens Gustedt
Am 03.09.2012 17:38, schrieb Ike Naar:
Then it is even worse, and "void foo(void);" isn't captured by any of
the documented syntax at all. So it couldn't be parsed.
(But I don't think that there is a syntactical difference between
identifier and keyword.)
Jens
(identifier-listopt) cannot expand to (void)
because void is not an identifier (it's a keyword).
Then it is even worse, and "void foo(void);" isn't captured by any of
the documented syntax at all. So it couldn't be parsed.
(But I don't think that there is a syntactical difference between
identifier and keyword.)
Jens