pragma(msg,); // No error. Prints 4 blank lines as far as I could see.
Comment #1 by smjg — 2007-07-25T11:27:10Z
Under Windows, no extra blank lines are output, but the invalid code is accepted just the same.
Comment #2 by bugs-d — 2008-04-12T18:51:36Z
Created attachment 244
require arguments after a comma
This patch makes pragma(IDENT,) an error in any case, which follows the published spec and logic.
With this change, the following error will be reported if no arguments follow the comma:
arguments expected after comma inside msg pragma
-[Unknown]