D issues are now
tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Summary: |
missing token tochars in lexer.c |
Product: |
D
|
Reporter: |
david <davidl> |
Component: |
dmd | Assignee: |
Walter Bright <bugzilla> |
Status: |
RESOLVED
FIXED
|
Severity: |
normal
|
Priority: |
P2
|
Version: |
D1 (retired) |
Hardware: |
x86 |
OS: |
Windows |
Token::tochars[TOKon_scope_exit] = "scope(exit)";
+++ Token::tochars[TOKon_scope_failure] = "scope(failure)";
+++ Token::tochars[TOKon_scope_success] = "scope(success)";
this makes the header generation fail for those cases.
Comment 1
Walter Bright
2009年04月01日 13:49:17 UTC
Fixed DMD 1.042 and 2.027