summaryrefslogtreecommitdiff
path: root/m4/xalloc.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-11-13 07:19:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-11-13 07:19:08 +0000
commit346d5dc0410331c94de5d3f469bd32884ec9a1a0 (patch)
tree9c5d83e823c7722c889fb2d2b6e16c6637857a1d /m4/xalloc.m4
parent4ef9d1e8144c20e1bab6396931ec0686ef49680a (diff)
downloadgnulib-346d5dc0410331c94de5d3f469bd32884ec9a1a0.tar.gz
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Diffstat (limited to 'm4/xalloc.m4')
-rw-r--r--m4/xalloc.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/xalloc.m4 b/m4/xalloc.m4
index 07efb2f7f7..dec84177c7 100644
--- a/m4/xalloc.m4
+++ b/m4/xalloc.m4
@@ -1,4 +1,4 @@
-# xalloc.m4 serial 7
+# xalloc.m4 serial 8
dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -15,8 +15,6 @@ AC_DEFUN([gl_XALLOC],
# Prerequisites of lib/xalloc.h.
AC_DEFUN([gl_PREREQ_XALLOC], [
- AC_REQUIRE([gl_SIZE_MAX])
- AC_REQUIRE([gl_PTRDIFF_MAX])
:
])