gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/utilities parser.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/utilities parser.cpp
Date: Tue, 17 Oct 2006 22:33:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/17 22:33:03

Modified files:
        utilities      : parser.cpp 

Log message:
        Fixed typo(__THROW).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/parser.cpp?cvsroot=gnash&r1=1.21&r2=1.22

Patches:
Index: parser.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/parser.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- parser.cpp  17 Oct 2006 22:29:51 -0000      1.21
+++ parser.cpp  17 Oct 2006 22:33:03 -0000      1.22
@@ -36,7 +36,7 @@
 // carries forward this exception.
 //
 
-/* $Id: parser.cpp,v 1.21 2006/10/17 22:29:51 nihilus Exp $ */
+/* $Id: parser.cpp,v 1.22 2006/10/17 22:33:03 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -47,7 +47,7 @@
 
 extern "C"{
        #include <unistd.h>
-       extern int optind, getopt(int, char *const *, const char *) __THROW;
+       extern int optind, getopt(int, char *const *, const char *);
 }
 
 #include "tu_file.h"




reply via email to

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