[Issue 2660] New: Change #line to pragma(line)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 13 08:20:28 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2660

           Summary: Change #line to pragma(line)
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: clugdbug at yahoo.com.au


The #line special token sequence looks extremely foreign in the language.
Changing #line Integer FileSpec EndOfLine into:
pragma(line, Integer, FileSpec)
would free up the # character.


-- 



More information about the Digitalmars-d-bugs mailing list