From: ian Date: Wed, 30 Jan 2008 22:52:54 +0000 (+0000) Subject: better comment X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=6a4bd88bec449b464076b4969dfc198d062ebf6e;p=trains.git better comment --- diff --git a/hostside/record-l.l b/hostside/record-l.l index 20f845b..79afd95 100644 --- a/hostside/record-l.l +++ b/hostside/record-l.l @@ -23,7 +23,8 @@ is { STR IS; } at { STR AT; } has { STR HAS; } step { STR STEP; } -end { STR END; } +end { STR END; } + /* new keywords must be added to %token and ident: in record-y.y */ [A-Za-z][A-Za-z0-9_]+ { STR IDENT; }