Update of /cvsroot/monetdb/pathfinder/compiler/debug
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31551/debug

Modified Files:
        physdebug.c 
Log Message:
-- Added missing color definition for the lightweight content constructor.


U physdebug.c
Index: physdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/physdebug.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- physdebug.c 3 Apr 2008 08:57:11 -0000       1.59
+++ physdebug.c 4 Apr 2008 15:22:40 -0000       1.60
@@ -104,7 +104,7 @@
     , [pa_comment]         = "COMMENT"          /* lawn \"#00FF00\" */
     , [pa_processi]        = "PI"               /* lawn \"#00FF00\" */
     , [pa_content]         = "CONTENT"          /* lawn \"#00FF00\" */
-    , [pa_slim_content]    = "content"          /* lawn \"#00FF00\" */
+    , [pa_slim_content]    = "slim content"     /* lawn \"#00FF00\" */
     , [pa_merge_adjacent]  = "#pf:merge-adjacent-text-nodes"
     , [pa_error]           = "!ERROR"
     , [pa_cond_err]        = "!ERROR"
@@ -245,6 +245,7 @@
         , [pa_comment]         = "\"#00FC59\""
         , [pa_processi]        = "\"#00FC59\""
         , [pa_content]         = "\"#00FC59\""
+        , [pa_slim_content]    = "\"#AAFC59\""
         , [pa_merge_adjacent]  = "\"#00D000\""
         , [pa_error]           = "\"#C0C0C0\""
         , [pa_cond_err]        = "\"#C0C0C0\""


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to