Update of /cvsroot/lxr/lxr/lib/LXR/Lang
In directory usw-pr-cvs1:/tmp/cvs-serv30504
Modified Files:
generic.conf
Log Message:
Fix typo
Index: generic.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/generic.conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- generic.conf 2001/09/27 15:24:22 1.4
+++ generic.conf 2001/09/27 15:59:09 1.5
@@ -128,7 +128,7 @@
'string' => ('"', '"'),
'string' => ("'", "'"),
'atom' => ('\\\\.', '')],
- }
+ },
'php' => {
'reserved' => ['and','$argv','$argc','break','case','class',
'continue','default','do','die','echo','else',
|