Mercurial > hg > xemacs-beta
diff src/dumper.c @ 5535:25325da1d1a8
Suppress the "no prototype" warning for pdump_file_try.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 08 Aug 2011 13:57:18 +0900 |
parents | eb4eeec50f25 |
children | 86d33ddc7fd6 |
line wrap: on
line diff
--- a/src/dumper.c Sun Aug 07 23:22:59 2011 +0200 +++ b/src/dumper.c Mon Aug 08 13:57:18 2011 +0900 @@ -2595,6 +2595,7 @@ /* This used to be static, but there seems to be a bug in the GCC 4.1.2 optimizer that clobbers exe_path. */ +int pdump_file_try (Wexttext*); int pdump_file_try (Wexttext *exe_path) {