On 11/06/2006 09:25 PM, Ying Zhang wrote:
On Mon, Nov 06, 2006 at 05:57:20PM +0000, Manuel Mayr wrote:
Update of /cvsroot/monetdb/pathfinder/compiler/sql In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29779
Modified Files: sql.c Log Message: sql fixed (bugreport id 1591467)
Index: sql.c =================================================================== RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/sql.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- sql.c 6 Nov 2006 17:29:37 -0000 1.3 +++ sql.c 6 Nov 2006 17:57:17 -0000 1.4 @@ -195,8 +195,9 @@ sizeof( PFsql_schema_item_t ) ) };
+ for( i = 0; i < schema.count; i++ ) { - test = PFsql_alg_schmitm_conv(schema.items[i]); + // test = PFsql_alg_schmitm_conv(schema.items[i]);
Dear Manuel,
I think it's better not te use the C++ style comments, since some C compiler doesn't like it.
Regards,
Jennie
Jennie, this is actually not so much of an issue with Pathfinder. It can compile only with C99 compliant compilers anyway which accept this comment syntax. -- Sjoerd Mullender