[Issue 427] New: source files starting with a number are accepted by dmd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 11 13:35:23 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=427
Summary: source files starting with a number are accepted by dmd
Product: D
Version: 0.169
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: accepts-invalid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: thomas-dloop at kuehne.cn
sample:
dmd 2.d
cause:
module.c:575: if (*p != '_' && !isalnum(*p))
--
More information about the Digitalmars-d-bugs
mailing list