Update of /cvsroot/lxr/lxr/lib/LXR/Lang
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22353/lib/LXR/Lang
Modified Files:
Generic.pm
Log Message:
Feature 1691378 (Rearchitect the DB backends) Part II
* Standardising the LXR::Index interface
Index: Generic.pm
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/Generic.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Generic.pm 12 Apr 2009 16:55:42 -0000 1.22
+++ Generic.pm 19 Apr 2009 16:52:40 -0000 1.23
@@ -227,7 +227,7 @@
$string = $_;
# print "considering $string\n";
- if (!$self->isreserved($string) && $index->issymbol($string))
+ if (!$self->isreserved($string) && $index->issymbol($string, $$self{'release'}))
{
# print "adding $string to references\n";
|