Eliminate compiler warning.
authorChris Hanson <org/chris-hanson/cph>
Wed, 22 Oct 1997 05:21:25 +0000 (05:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 22 Oct 1997 05:21:25 +0000 (05:21 +0000)
v7/src/microcode/option.c

index 7a4199bd33e254cb68bc0d229f2ee72651d15ebe..8bf6d35adb19aa136ba8eb56f6ded4c0eb571511 100644 (file)
@@ -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);
   }
 }
 \f