From: Chris Hanson Date: Tue, 18 Jan 2000 04:25:49 +0000 (+0000) Subject: Eliminate compiler warning. X-Git-Tag: 20090517-FFI~4326 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2ff4ba3a02cde62cc65f75ab2d54e864492451f6;p=mit-scheme.git Eliminate compiler warning. --- diff --git a/v7/src/microcode/boot.c b/v7/src/microcode/boot.c index 1fa20a51e..a1120b118 100644 --- a/v7/src/microcode/boot.c +++ b/v7/src/microcode/boot.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: boot.c,v 9.101 2000/01/18 02:52:58 cph Exp $ +$Id: boot.c,v 9.102 2000/01/18 04:25:49 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology @@ -94,7 +94,7 @@ DEFUN (usage, (error_string), CONST char * error_string) #define FILE_READABLE(filename) ((access ((filename), 4)) >= 0) - +int DEFUN (main_name, (argc, argv), int argc AND CONST char ** argv) {