Changeset: c936d97fbc91 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c936d97fbc91 Modified Files: pathfinder/modules/pftijah/nexi.h Branch: Mar2011 Log Message:
pftijah: error: "P_SELECT" redefined P_SELECT seems to be defined in /usr/include/sys/proc.h on Darwin, but the define isn't actually used, so I just disabled it, hoping I won't break anything external. diffs (12 lines): diff --git a/pathfinder/modules/pftijah/nexi.h b/pathfinder/modules/pftijah/nexi.h --- a/pathfinder/modules/pftijah/nexi.h +++ b/pathfinder/modules/pftijah/nexi.h @@ -198,7 +198,7 @@ #define CONTAINED_BY 5 #define SELECT_NODE_VAGUE 9 -#define P_SELECT 51 +/* #define P_SELECT 51 not used, but conflicts with /usr/include/sys/proc.h on Darwin */ #define P_CONTAINING 52 #define P_CONTAINED_BY 53 #define P_UNION 54 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
