Switch to side-by-side view

--- a/src/rcldb/rclquery.h
+++ b/src/rcldb/rclquery.h
@@ -32,7 +32,8 @@
 enum abstract_result {
     ABSRES_ERROR = 0,
     ABSRES_OK = 1,
-    ABSRES_TRUNC = 2
+    ABSRES_TRUNC = 2,
+    ABSRES_TERMMISS = 3
 };
 
 // Snippet entry for makeDocAbstract
@@ -126,6 +127,7 @@
     bool   m_collapseDuplicates;     
     int    m_resCnt;
     RefCntr<SearchData> m_sd;
+    int    m_snipMaxPosWalk;
 
     /* Copyconst and assignement private and forbidden */
     Query(const Query &) {}