From: Dana Jansens Date: Sat, 22 Mar 2003 22:20:24 +0000 (+0000) Subject: let identifiers have '.' in them X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2b1a11c69dd6dd1fce86279bb12f6206d09bc5e5;hp=799fe5a8bcdc799d7621e2e97659f564b95dda05;p=chaz%2Fopenbox let identifiers have '.' in them --- diff --git a/openbox/cparse.l b/openbox/cparse.l index 3266fe97..c2bd008c 100644 --- a/openbox/cparse.l +++ b/openbox/cparse.l @@ -16,7 +16,7 @@ static int yywrap(); number [0-9]+ string \"[^"\n]*\" -identifier [a-zA-Z][a-zA-Z0-9_]* +identifier [a-zA-Z][a-zA-Z0-9_.]* white [ \t]* assign {white}={white}