* lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Aug 2006 20:42:17 +0000 (20:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Aug 2006 20:42:17 +0000 (20:42 +0000)
commitfe579acee957ae60e72a57bf0f083dd5840f96d6
tree9be7c7a34168ea9fbe1430b966c20fa1f41e9249
parent19ddda3250a2ba8b0f09d39a7b428175bca9ce7d
* lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
* lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
just before including <inttypes.h>, to avoid circular inclusion.
* m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
* m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most recent
change to stdint.m4, since we're now addressing the problem in a
different way.
* modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
ChangeLog
lib/ChangeLog
lib/inttypes_.h
lib/stdint_.h
m4/ChangeLog
m4/inttypes.m4
m4/stdint.m4
modules/stdint