comparison 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
comparison
equal deleted inserted replaced
5534:68db75473fc6 5535:25325da1d1a8
2593 2593
2594 #endif /* !WIN32_NATIVE */ 2594 #endif /* !WIN32_NATIVE */
2595 2595
2596 /* This used to be static, but there seems to be a bug in the GCC 4.1.2 2596 /* This used to be static, but there seems to be a bug in the GCC 4.1.2
2597 optimizer that clobbers exe_path. */ 2597 optimizer that clobbers exe_path. */
2598 int pdump_file_try (Wexttext*);
2598 int 2599 int
2599 pdump_file_try (Wexttext *exe_path) 2600 pdump_file_try (Wexttext *exe_path)
2600 { 2601 {
2601 Wexttext *w = exe_path + wext_strlen (exe_path); 2602 Wexttext *w = exe_path + wext_strlen (exe_path);
2602 2603