[Issue 1372] Compiler accepts pragma(msg,)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Apr 12 16:51:37 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1372
------- Comment #2 from unknown at simplemachines.org 2008-04-12 18:51 -------
Created an attachment (id=244)
--> (http://d.puremagic.com/issues/attachment.cgi?id=244&action=view)
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]
--
More information about the Digitalmars-d-bugs
mailing list