D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.

Issue 2745

Summary: missing token tochars in lexer.c
Product: D Reporter: david <davidl>
Component: dmdAssignee: Walter Bright <bugzilla>
Status: RESOLVED FIXED
Severity: normal
Priority: P2
Version: D1 (retired)
Hardware: x86
OS: Windows

Description david 2009年03月19日 00:04:21 UTC
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

AltStyle によって変換されたページ (->オリジナル) /