summaryrefslogtreecommitdiffstats
path: root/gl/minmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/minmax.h')
-rw-r--r--gl/minmax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/minmax.h b/gl/minmax.h
index 355de4b1..fd731fb7 100644
--- a/gl/minmax.h
+++ b/gl/minmax.h
@@ -1,5 +1,5 @@
1/* MIN, MAX macros. 1/* MIN, MAX macros.
2 Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009-2025 Free Software 2 Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009-2026 Free Software
3 Foundation, Inc. 3 Foundation, Inc.
4 4
5 This file is free software: you can redistribute it and/or modify 5 This file is free software: you can redistribute it and/or modify
@@ -19,8 +19,8 @@
19#define _MINMAX_H 19#define _MINMAX_H
20 20
21/* Note: MIN, MAX are also defined in <sys/param.h> on some systems 21/* Note: MIN, MAX are also defined in <sys/param.h> on some systems
22 (glibc, IRIX, HP-UX, OSF/1). Therefore you might get warnings about 22 (glibc, HP-UX). Therefore you might get warnings about MIN, MAX
23 MIN, MAX macro redefinitions on some systems; the workaround is to 23 macro redefinitions on some systems; the workaround is to
24 #include this file as the last one among the #include list. */ 24 #include this file as the last one among the #include list. */
25 25
26/* This file uses HAVE_MINMAX_IN_LIMITS_H, HAVE_MINMAX_IN_SYS_PARAM_H. */ 26/* This file uses HAVE_MINMAX_IN_LIMITS_H, HAVE_MINMAX_IN_SYS_PARAM_H. */