Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/compiler/include abssynprint.h, 1.9.4.1, 1.9.4.2 coreprint.h, 1.8.4.1, 1.8.4.2
Hi Peter, I hope the functions PFaprint and PFpcore are for your personal debugging only. If that's the case please remove them. (Otherwise I do not understand why you introduced these functions.) Jan On 01/13/2007 03:40 AM, Peter Boncz wrote with possible deletions:
Update of /cvsroot/monetdb/pathfinder/compiler/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27995/compiler/include
Modified Files: Tag: XQuery_0-14 abssynprint.h coreprint.h
Index: coreprint.h =================================================================== RCS file: /cvsroot/monetdb/pathfinder/compiler/include/coreprint.h,v retrieving revision 1.8.4.1 retrieving revision 1.8.4.2 diff -u -d -r1.8.4.1 -r1.8.4.2 --- coreprint.h 3 Jan 2007 13:21:18 -0000 1.8.4.1 +++ coreprint.h 13 Jan 2007 02:40:47 -0000 1.8.4.2 @@ -48,6 +48,8 @@
void PFcore_pretty (FILE *f, PFcnode_t *root);
+void PFpcore (PFcnode_t *root); + #endif /* COREPRINT_H */
/* vim:set shiftwidth=4 expandtab: */
Index: abssynprint.h =================================================================== RCS file: /cvsroot/monetdb/pathfinder/compiler/include/abssynprint.h,v retrieving revision 1.9.4.1 retrieving revision 1.9.4.2 diff -u -d -r1.9.4.1 -r1.9.4.2 --- abssynprint.h 3 Jan 2007 13:20:40 -0000 1.9.4.1 +++ abssynprint.h 13 Jan 2007 02:40:47 -0000 1.9.4.2 @@ -48,6 +48,8 @@
void PFabssyn_pretty (FILE *f, PFpnode_t *root);
+void PFaprint (PFpnode_t *root); + #endif
/* vim:set shiftwidth=4 expandtab: */
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- Jan Rittinger Database Systems Technische Universität München (Germany) http://www-db.in.tum.de/~rittinge/
participants (1)
-
Jan Rittinger