PS: Likewise for <inttypes.h>.

*** lib/inttypes_.h     21 Feb 2007 00:02:37 -0000      1.8
--- lib/inttypes_.h     6 Apr 2007 12:51:45 -0000
***************
*** 21,27 ****
     which in turn includes this file.  */
  #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H
  # if @HAVE_INTTYPES_H@
! #  include @ABSOLUTE_INTTYPES_H@
  # endif
  #endif
  
--- 21,31 ----
     which in turn includes this file.  */
  #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H
  # if @HAVE_INTTYPES_H@
! #  ifdef __DECC
! #   include_next <inttypes.h>
! #  else
! #   include @ABSOLUTE_INTTYPES_H@
! #  endif
  # endif
  #endif
  



Reply via email to