CVS update: /ccvs/lib/

[email protected] 26 May 2005 17:30:36 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/05/26 10:30:36

Modified:
 /ccvs/lib/
  ChangeLog, glob_.h

Log:
 * glob_.h: Protect __THROW separately from __BEGIN_DECLS.

File Changes:

Directory: /ccvs/lib/
=====================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/ChangeLog?r1=1.447&r2=1.448
Delta lines:  +4 -0
-------------------
--- ChangeLog	26 May 2005 17:17:09 -0000	1.447
+++ ChangeLog	26 May 2005 17:30:33 -0000	1.448
@@ -1,5 +1,9 @@
 2005-05-26  Derek Price  <[email protected]>
 
+	* glob_.h: Protect __THROW separately from __BEGIN_DECLS.
+
+2005-05-26  Derek Price  <[email protected]>
+
 	* system.h: Move non-system substitute GNULIB headers into cvs.h.
 	Remove stat macros in favor of GNULIB stat-macros module.  Assume
 	<sys/stat.h> and <stdlib.h> per HACKING.

File [changed]: glob_.h
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/glob_.h?r1=1.12&r2=1.13
Delta lines:  +2 -0
-------------------
--- glob_.h	26 May 2005 09:15:31 -0000	1.12
+++ glob_.h	26 May 2005 17:30:33 -0000	1.13
@@ -25,6 +25,8 @@
 #ifndef __BEGIN_DECLS
 # define __BEGIN_DECLS
 # define __END_DECLS
+#endif
+#ifndef __THROW
 # define __THROW
 #endif