regexxer r629 - in trunk: . src
- From: daniel svn gnome org
- To: svn-commits-list gnome org
- Subject: regexxer r629 - in trunk: . src
- Date: Fri, 12 Jan 2007 18:48:10 +0000 (GMT)
Author: daniel
Date: 2007-01-12 18:48:09 +0000 (Fri, 12 Jan 2007)
New Revision: 629
ViewCVS link: http://svn.gnome.org/viewcvs/regexxer?rev=629&view=rev
Modified:
trunk/ChangeLog
trunk/src/fileio.cc
trunk/src/fileshared.cc
trunk/src/main.cc
trunk/src/mainwindow.cc
trunk/src/pcreshell.cc
trunk/src/prefdialog.cc
trunk/src/stringutils.cc
trunk/src/translation.cc
Log:
* src/fileio.cc: Prefix function and data definitions within
anonymous namespaces with the "static" keyword. Although this
usage of "static" is deprecated in C++, GCC still exports symbols
defined in anonymous namespaces. For more information, see:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18267
* src/fileshared.cc: ditto,
* src/main.cc: ditto,
* src/mainwindow.cc: ditto,
* src/pcreshell.cc: ditto,
* src/prefdialog.cc: ditto,
* src/stringutils.cc: ditto,
* src/translation.cc: ditto.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]