[Issue 3376] [tdpl] Multiple ranged case labels don't work
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Oct 16 15:09:14 PDT 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3376
Rainer Schuetze <r.sagitario at gmx.de> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de
--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> 2009-10-16 15:09:11 PDT ---
>      case 'A': .. case 'Z': case 'a' .. case 'z': 
I'd say you have simply forgotten the colon after 'a'. With
>      case 'A': .. case 'Z': case 'a': .. case 'z': 
it compiles.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list