X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fstdint.m4;h=48748c61397d5e9cc1264ac776e3a7d6f0a7c528;hb=4c399534696c5acbe5ecb57c40f2b5841cb8320d;hp=b58ccdc612e8e3aa3a73bf4fbf70bf41f0caa046;hpb=6a8de3ffc58390ab0c0fcc88bd99f4e3354bb32c;p=gnulib.git diff --git a/m4/stdint.m4 b/m4/stdint.m4 index b58ccdc61..48748c613 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 @@ -1,4 +1,4 @@ -# stdint.m4 serial 17 +# stdint.m4 serial 18 dnl Copyright (C) 2001-2002, 2004-2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -71,6 +71,7 @@ AC_DEFUN([gl_STDINT_H], AC_LANG_PROGRAM([[ #include #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */ +#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */ #include ABSOLUTE_STDINT_H #ifdef INT8_MAX int8_t a1 = INT8_MAX;