* NEWS: The C99 check now tests for vararg macros and 64-bit
commit1355dba88229c766b951371d11cc2e5ff12761ff
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Aug 2006 18:08:16 +0000 (24 18:08 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Aug 2006 18:08:16 +0000 (24 18:08 +0000)
tree54146c3eb045aa0a62a72b801e2a6cd1baf5e4e7
parent306da87fe03b2a61ea2e8541a05608d8af5becaf
* NEWS: The C99 check now tests for vararg macros and 64-bit
preprocessor ints.
* doc/autoconf.texi (C Compiler): Document // comments, va_copy.
* lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
64-bit preprocessor ints.  Check for static initialization of
long long.  Remove unnecessary casts.
ChangeLog
NEWS
doc/autoconf.texi
lib/autoconf/c.m4