Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred/include shred_helper.h, , 1.9, 1.10
Thanks a lot. Best regards, Manuel Stefan Manegold wrote:
Update of /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred/include In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32155/src/sqlhelpers/xmlshred/include
Modified Files: shred_helper.h Log Message:
for the sake of compatibility and portability:
To ensure that all C files equally benefit from what configure finds out we need to make pf_config.h the *first* include in each C file (either explicitly, or implicitly via some other common header file; since the xmlshredded C files do not seem to share a single common header file, we go for the explicit solution).
Index: shred_helper.h =================================================================== RCS file: /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred/include/shred_helper.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- shred_helper.h 12 Sep 2007 20:07:36 -0000 1.9 +++ shred_helper.h 12 Sep 2007 20:12:37 -0000 1.10 @@ -28,7 +28,6 @@ #ifndef SHRED_HELPER_H__ #define SHRED_HELPER_H__
-#include "pf_config.h" #include
#include #include ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- Manuel Mayr, Dipl. Inf. Institut fuer Informatik, TU Muenchen Tel.: +49 89 289-17259
participants (1)
-
Manuel Mayr