You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/xemacs/files/xemacs-21.5.29-optimization...

15 lines
371 B

Work around a GCC optimization bug as described in
http://tracker.xemacs.org/XEmacs/its/issue354
--- src/dumper.c.~1~ 2008-01-26 09:54:11.000000000 +0100
+++ src/dumper.c 2008-05-03 10:17:03.000000000 +0200
@@ -2584,7 +2584,7 @@
#endif /* !WIN32_NATIVE */
-static int
+int
pdump_file_try (Wexttext *exe_path)
{
Wexttext *w = exe_path + wext_strlen (exe_path);