From 7799ee3637c5c613326a783eb8b3caf625d0064d Mon Sep 17 00:00:00 2001 From: andreask Date: Mon, 3 Feb 2014 19:01:57 +0000 Subject: Squash problem with native AIX cc not allowing direct macro redefinition. --- generic/ttk/ttkLabel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/ttk/ttkLabel.c b/generic/ttk/ttkLabel.c index 0f71970..d51388b 100644 --- a/generic/ttk/ttkLabel.c +++ b/generic/ttk/ttkLabel.c @@ -486,6 +486,7 @@ static Ttk_ElementOptionSpec LabelElementOptions[] = { * Calculate the text, image, and total width and height. */ +#undef MAX #define MAX(a,b) ((a) > (b) ? a : b); static void LabelSetup( LabelElement *c, Tk_Window tkwin, Ttk_State state) -- cgit v0.12