shishi-commit
[Top][All Lists]
Advanced

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

shishi/gl argp.h


From: shishi-commit
Subject: shishi/gl argp.h
Date: Tue, 23 Sep 2003 18:09:55 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/09/23 18:09:55

Modified files:
        gl             : argp.h 

Log message:
        Upstream sync.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/gl/argp.h.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: shishi/gl/argp.h
diff -u shishi/gl/argp.h:1.6 shishi/gl/argp.h:1.7
--- shishi/gl/argp.h:1.6        Sun Sep 14 17:10:11 2003
+++ shishi/gl/argp.h    Tue Sep 23 18:09:54 2003
@@ -393,11 +393,11 @@
 extern error_t argp_parse (__const struct argp *__restrict __argp,
                           int __argc, char **__restrict __argv,
                           unsigned __flags, int *__restrict __arg_index,
-                          void *__restrict __input) __THROW;
+                          void *__restrict __input);
 extern error_t __argp_parse (__const struct argp *__restrict __argp,
                             int __argc, char **__restrict __argv,
                             unsigned __flags, int *__restrict __arg_index,
-                            void *__restrict __input) __THROW;
+                            void *__restrict __input);
 
 /* Global variables.  */
 




reply via email to

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