From 3ad2305c1bdb18847546512b61dde527c2b2c678 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 24 Jan 2003 15:25:16 +0000 Subject: [PATCH] Comments. --- lib/minmax.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/minmax.h b/lib/minmax.h index 954af57367..6714cae18e 100644 --- a/lib/minmax.h +++ b/lib/minmax.h @@ -18,6 +18,11 @@ #ifndef _MINMAX_H #define _MINMAX_H +/* Note: MIN, MAX are also defined in on some systems + (glibc, IRIX, HP-UX, OSF/1). Therefore you might get warnings about + MIN, MAX macro redefinitions on some systems; the workaround is to + #include this file as the last one among the #include list. */ + /* Before we define the following symbols we get the file since otherwise we get redefinitions on some systems. */ #include -- 2.30.2