gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog utilities/parser.cpp utilities/...


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog utilities/parser.cpp utilities/...
Date: Fri, 22 Jun 2007 22:07:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/06/22 22:07:08

Modified files:
        .              : ChangeLog 
        utilities      : parser.cpp processor.cpp 

Log message:
        Use libbase/gettext.h for conditinal use of libintl. If I'm wrong John 
might slap my hands. ;)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3601&r2=1.3602
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/parser.cpp?cvsroot=gnash&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/processor.cpp?cvsroot=gnash&r1=1.59&r2=1.60

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3601
retrieving revision 1.3602
diff -u -b -r1.3601 -r1.3602
--- ChangeLog   22 Jun 2007 21:50:14 -0000      1.3601
+++ ChangeLog   22 Jun 2007 22:07:07 -0000      1.3602
@@ -18,6 +18,8 @@
 
        * libgeometry/Makefile.am: Fixed building issue on Darwin.
        * ltmain.sh.darwin: We use this one from Darwinports since it works.
+       * utilities/{parser,processor}.cpp: use 'libbase/gettext.h' for 
conditianal
+         use of libintl.
 
 2007-06-21 Antti Ajanki
 

Index: utilities/parser.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/parser.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- utilities/parser.cpp        18 May 2007 04:00:33 -0000      1.39
+++ utilities/parser.cpp        22 Jun 2007 22:07:07 -0000      1.40
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 // 
 
-/* $Id: parser.cpp,v 1.39 2007/05/18 04:00:33 martinwguy Exp $ */
+/* $Id: parser.cpp,v 1.40 2007/06/22 22:07:07 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -36,9 +36,7 @@
 #endif
 }
 
-#include <libintl.h>
-#include <locale.h>
-
+#include "gettext.h"
 #include "tu_file.h"
 #include "zlib_adapter.h"
 #include "image.h"

Index: utilities/processor.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/processor.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- utilities/processor.cpp     15 Jun 2007 15:00:31 -0000      1.59
+++ utilities/processor.cpp     22 Jun 2007 22:07:08 -0000      1.60
@@ -20,13 +20,12 @@
 #include "config.h"
 #endif
 
-#include <libintl.h>
-#include <locale.h>
 #include <iostream>
 #include <cstdio>
 #include <sys/time.h>
 #include <time.h>
 
+#include "gettext.h"
 #include "tu_file.h"
 #include "container.h"
 #include "gnash.h"




reply via email to

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