|
From: Charles L. <cn...@us...> - 2009-03-01 22:23:48
|
Update of /cvsroot/hgengine/Mercury/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21989/src Modified Files: global.h Log Message: oopsies on someone's part. This is an entertaining fix. Index: global.h =================================================================== RCS file: /cvsroot/hgengine/Mercury/src/global.h,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** global.h 28 Jul 2007 23:22:17 -0000 1.31 --- global.h 1 Mar 2009 22:23:42 -0000 1.32 *************** *** 96,100 **** #define MIN( x, y ) ((x<y)?(x):(y)) ! #define MAX( x, y ) ((x<y)?(x):(y)) #if defined( PSTHREE ) --- 96,100 ---- #define MIN( x, y ) ((x<y)?(x):(y)) ! #define MAX( x, y ) ((x>y)?(x):(y)) #if defined( PSTHREE ) |