texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/lib getopt.h,1.2,1.3


From: karl
Subject: texinfo/lib getopt.h,1.2,1.3
Date: Thu, 18 Mar 2004 23:35:12 +0100

Update of /cvsroot/texinfo/texinfo/lib
In directory sheep:/tmp/cvs-serv13625

Modified Files:
        getopt.h 
Log Message:
(__GNUC_PREREQ) [! __GNUC_PREREQ]: change
conditional to the actual symbol, instead of just
__GNUC, else --disable-nls compilation fails under
SunOS 5.8 with gcc 3.2.3 (at least).
Report from Vin Shelton, 15 Mar 2004 08:51:14 -0500.


Index: getopt.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/getopt.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** getopt.h    11 Mar 2004 13:07:58 -0000      1.2
--- getopt.h    18 Mar 2004 22:35:10 -0000      1.3
***************
*** 36,40 ****
  
  #ifndef __THROW
! # ifndef __GNUC__
  #  define __GNUC_PREREQ(maj, min) (0)
  # endif
--- 36,40 ----
  
  #ifndef __THROW
! # ifndef __GNUC_PREREQ
  #  define __GNUC_PREREQ(maj, min) (0)
  # endif



reply via email to

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