Index: trunk/ippTools/share/difftool_skyfile.sql
===================================================================
--- trunk/ippTools/share/difftool_skyfile.sql	(revision 18975)
+++ trunk/ippTools/share/difftool_skyfile.sql	(revision 19092)
@@ -9,5 +9,5 @@
 JOIN diffSkyfile
     USING(diff_id)
--- my new stuff begins here
+-- WS: my new stuff begins here
 JOIN diffInputSkyfile
     ON diffInputSkyfile.diff_id = diffRun.diff_id
@@ -23,7 +23,7 @@
 JOIN rawExp
     ON chipRun.exp_id = rawExp.exp_id
--- my new stuff ends here
+-- WS: my new stuff ends here
     WHERE
     -- bogus test to allow appending conditionals
+    -- XXX EAM : this is not needed if we modify the difftool.c code : fix
     diffRun.diff_id IS NOT NULL
-
