From 956fba853eaa73233251f4ef63b82bfb6265cbeb Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 15 Oct 1996 19:20:55 +0000 Subject: [PATCH] Now accepts the characters ^ and ~ in strings. --- src/dbStatic/dbLex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbStatic/dbLex.l b/src/dbStatic/dbLex.l index e6a3f9668..5934e3575 100644 --- a/src/dbStatic/dbLex.l +++ b/src/dbStatic/dbLex.l @@ -1,5 +1,5 @@ name [a-zA-Z0-9_\-:\.\[\]<>;] -string [a-zA-Z0-9_\,\./\*#\[\]%: ;!|\'\-&\(\)@\?\+<>=\$\t] +string [a-zA-Z0-9_\,\^~\./\*#\[\]%: ;!|\'\-&\(\)@\?\+<>=\$\t] %{ #undef YY_INPUT