minmax.h | minmax.h | |||
---|---|---|---|---|
/* MIN, MAX macros. | /* MIN, MAX macros. | |||
Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009, 2010 Free Software | Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009-2014 Free Software | |||
Foundation, Inc. | Foundation, Inc. | |||
This program is free software; you can redistribute it and/or modify | This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU Lesser General Public License as published by | it under the terms of the GNU Lesser General Public License as published by | |||
the Free Software Foundation; either version 2, or (at your option) | the Free Software Foundation; either version 2, or (at your option) | |||
any later version. | any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Lesser General Public License for more details. | GNU Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public License | You should have received a copy of the GNU Lesser General Public License | |||
along with this program; if not, write to the Free Software Foundation, | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | |||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ | ||||
#ifndef _MINMAX_H | #ifndef _MINMAX_H | |||
#define _MINMAX_H | #define _MINMAX_H | |||
/* Note: MIN, MAX are also defined in <sys/param.h> on some systems | /* Note: MIN, MAX are also defined in <sys/param.h> on some systems | |||
(glibc, IRIX, HP-UX, OSF/1). Therefore you might get warnings about | (glibc, IRIX, HP-UX, OSF/1). Therefore you might get warnings about | |||
MIN, MAX macro redefinitions on some systems; the workaround is to | MIN, MAX macro redefinitions on some systems; the workaround is to | |||
#include this file as the last one among the #include list. */ | #include this file as the last one among the #include list. */ | |||
/* Before we define the following symbols we get the <limits.h> file | /* Before we define the following symbols we get the <limits.h> file | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |