[Xapian-commits] 9384: trunk/xapian-applications/omega/
richard
xapian-commits at lists.xapian.org
Sun Sep 30 22:18:00 BST 2007
SVN root: svn://svn.xapian.org/xapian
Changes by: richard
Revision: 9384
Date: 2007-09-30 22:17:59 +0100 (Sun, 30 Sep 2007)
Log message (7 lines):
query.cc: Use the new form of add_prefix() to avoid deprecation
warnings at compile time. Carefully avoid calling
add_prefix(f,p,PREFIX_FILTER) for a prefix which has already been
set with add_prefix(f,p,PREFIX_INLINE), because this would cause
an error (and we wish to avoid changing semantics of omegascript
to avoid breaking existing scripts).
NEWS: Update
Modified files:
U trunk/xapian-applications/omega/ChangeLog
U trunk/xapian-applications/omega/NEWS
U trunk/xapian-applications/omega/query.cc
Links:
http://xapian.org/C?9384
http://xapian.org/C?9384?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?9384?trunk/xapian-applications/omega/NEWS
http://xapian.org/C?9384?trunk/xapian-applications/omega/query.cc
More information about the Xapian-commits
mailing list