From: Chris Hanson Date: Wed, 22 Oct 1997 05:21:25 +0000 (+0000) Subject: Eliminate compiler warning. X-Git-Tag: 20090517-FFI~4984 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7e78ffeab02a78d5590439807ded5ade5c649de9;p=mit-scheme.git Eliminate compiler warning. --- diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index 7a4199bd3..8bf6d35ad 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: option.c,v 1.43 1996/10/02 18:58:26 cph Exp $ +$Id: option.c,v 1.44 1997/10/22 05:21:25 cph Exp $ -Copyright (c) 1990-96 Massachusetts Institute of Technology +Copyright (c) 1990-97 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -956,6 +956,7 @@ DEFUN (search_path_for_file, (option, filename, default_p, fail_p), } termination_init_error (); /*NOTREACHED*/ + return (0); } }