[Lxr-commits] CVS: lxr/lib/LXR/Lang generic.conf,1.10,1.10.2.1
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2003-03-21 23:54:45
|
Update of /cvsroot/lxr/lxr/lib/LXR/Lang
In directory sc8-pr-cvs1:/tmp/cvs-serv28106/lib/LXR/Lang
Modified Files:
Tag: rolling-cleanup
generic.conf
Log Message:
This branch is for experimental work on making LXR able to cope with an
evolving source base. The aim is that re-indexing the same file will remove
previous entries created for that file, keeping the database clean.:wq
Index: generic.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/generic.conf,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -d -r1.10 -r1.10.2.1
--- generic.conf 26 Feb 2002 15:56:23 -0000 1.10
+++ generic.conf 21 Mar 2003 23:54:41 -0000 1.10.2.1
@@ -162,8 +162,9 @@
'reserved' => [
'sub',
],
- 'spec' => ['atom' => ('\$\W?', ''),
- 'atom' => ('\\\\.', ''),
+ 'spec' => [
+ # 'atom' => ('\$\W?', ''),
+# 'atom' => ('\\\\.', ''),
'include' => ('\buse\s+', ';'),
'include' => ('\brequire\s+', ';'),
'string' => ('"', '"'),
|