From: Bruno Haible Date: Fri, 24 Jan 2003 15:25:16 +0000 (+0000) Subject: Comments. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad2305c1bdb18847546512b61dde527c2b2c678;p=pspp Comments. --- 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