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

Modified Files:
        logical.c 
Log Message:
-- Perhaps icc likes %d better than %i to print enum values.


U logical.c
Index: logical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/logical.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- logical.c   4 Apr 2008 15:36:24 -0000       1.90
+++ logical.c   7 Apr 2008 08:03:00 -0000       1.91
@@ -991,7 +991,7 @@
             fprintf (stderr,
                     "\nThe following error is triggered"
                     " in line %i of function %s() in file %s\n"
-                    "The input is of kind %i and has the schema (",
+                    "The input is of kind %d and has the schema (",
                     line, func, file, n->kind);
             for (unsigned int k = 0; k < n->schema.count; k++)
                 fprintf (stderr, "%s%s",
@@ -1019,7 +1019,7 @@
                 fprintf (stderr,
                         "\nThe following error is triggered"
                         " in line %i of function %s() in file %s\n"
-                        "The input is of kind %i and has the schema (",
+                        "The input is of kind %d and has the schema (",
                         line, func, file, n->kind);
                 for (unsigned int k = 0; k < n->schema.count; k++)
                     fprintf (stderr, "%s%s",


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to