re-allow unqoted macro values as in 3.14.8

This commit is contained in:
2017-05-18 15:48:02 +02:00
parent dd7405963f
commit 0a6a226012
+4
View File
@@ -14,7 +14,11 @@ whitespace [ \t\r]
escape {backslash}.
dstringchar [^"\n\\]
sstringchar [^'\n\\]
/*
This breaks backward compatibility to 3.14.8:
bareword [a-zA-Z0-9_\-+:./\\\[\]<>;]
*/
bareword [a-zA-Z0-9_\-+:./\\\[\]<>;^~*#%!|&$()@?]
%%