bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib breakage on Tru64 UNIX with commercial C compiler


From: Bruno Haible
Subject: Re: gnulib breakage on Tru64 UNIX with commercial C compiler
Date: Fri, 6 Apr 2007 14:53:19 +0200
User-agent: KMail/1.5.4

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

[Prev in Thread] Current Thread [Next in Thread]