2745 – missing token tochars in lexer.c

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 2745 - missing token tochars in lexer.c
Summary: missing token tochars in lexer.c
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: x86 Windows
: P2 normal
Assignee: Walter Bright
URL:
Keywords:
Depends on:
Blocks:
Reported: 2009年03月19日 00:04 UTC by david
Modified: 2014年04月18日 09:12 UTC (History)
0 users

See Also:


Attachments
Add an attachment (proposed patch, testcase, etc.)

Note You need to log in before you can comment on or make changes to this issue.
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 によって変換されたページ (->オリジナル) /