[Issue 1127] New: -v1 doesn't disable the ref and macro keywords
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Apr 11 16:18:18 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1127
           Summary: -v1 doesn't disable the ref and macro keywords
           Product: D
           Version: 1.011
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: torhu at yahoo.com
Title says it all.
bug.d:
---
int ref;
---
dmd -c bug.d
bug.d(1): no identifier for declarator int
bug.d(1): semicolon expected, not 'ref'
bug.d(1): Declaration expected, not 'ref'
Same goes for 'macro'.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list