comparison lwlib/xlwmenu.c @ 177:6075d714658b r20-3b15

Import from CVS: tag r20-3b15
author cvs
date Mon, 13 Aug 2007 09:51:16 +0200
parents 2d532a89d707
children bfd6434d15b3
comparison
equal deleted inserted replaced
176:6866abce6aaf 177:6075d714658b
44 44
45 #ifdef NEED_MOTIF 45 #ifdef NEED_MOTIF
46 #include <Xm/Xm.h> 46 #include <Xm/Xm.h>
47 #endif 47 #endif
48 #include "xlwmenuP.h" 48 #include "xlwmenuP.h"
49
50 #ifdef USE_DEBUG_MALLOC
51 #include <dmalloc.h>
52 #endif
49 53
50 /* simple, naieve integer maximum */ 54 /* simple, naieve integer maximum */
51 #ifndef max 55 #ifndef max
52 #define max(a,b) ((a)>(b)?(a):(b)) 56 #define max(a,b) ((a)>(b)?(a):(b))
53 #endif 57 #endif