summaryrefslogtreecommitdiff
path: root/src/unexmips.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-09-13 12:37:43 +0000
committerJim Blandy <jimb@redhat.com>1992-09-13 12:37:43 +0000
commit73ec8d0ded4d017c47fd29331499a12d0a981737 (patch)
treef19c7e91c4adcde6e001c41cba0e7e6cd75d14cd /src/unexmips.c
parent9c3e15babc90e7dc0c25aa3b2975b2faece3003b (diff)
downloademacs-73ec8d0ded4d017c47fd29331499a12d0a981737.tar.gz
* unexmips.c (mark_x): Declare this as static void at the top of
the file and at the function definition.
Diffstat (limited to 'src/unexmips.c')
-rw-r--r--src/unexmips.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unexmips.c b/src/unexmips.c
index 76de824d06a..32f015f5732 100644
--- a/src/unexmips.c
+++ b/src/unexmips.c
@@ -41,6 +41,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
static void fatal_unexec ();
+static void mark_x ();
#define READ(_fd, _buffer, _size, _error_message, _error_arg) \
errno = EEOF; \
@@ -277,7 +278,7 @@ unexec (new_name, a_name, data_start, bss_start, entry_address)
* After succesfully building the new a.out, mark it executable
*/
-static
+static void
mark_x (name)
char *name;
{