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. _______________________________________________ SVN-commits-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/svn-commits-list
