From 965ff7e9f286a57156da24ab1a822615e460a950 Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 6 Jan 1997 21:02:08 +0000 Subject: [PATCH] The definition of LABEL needed expanding. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1999 72102866-910b-0410-8b05-ffd578937521 --- Source/stringsfile.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/stringsfile.l b/Source/stringsfile.l index 6d9292ce5..1d2600e48 100644 --- a/Source/stringsfile.l +++ b/Source/stringsfile.l @@ -18,7 +18,7 @@ return 1; quote \" semicolen \; equals \= -label [a-zA-Z][a-zA-Z0-9_]* +label [a-zA-Z0-9\./_]* quoted [^"]*\" whitespace [ \t\n] startComment \/\*