projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c98d869
)
Eliminate compiler warning.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 22 Oct 1997 05:21:25 +0000
(
05:21
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 22 Oct 1997 05:21:25 +0000
(
05:21
+0000)
v7/src/microcode/option.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/option.c
b/v7/src/microcode/option.c
index 7a4199bd33e254cb68bc0d229f2ee72651d15ebe..8bf6d35adb19aa136ba8eb56f6ded4c0eb571511 100644
(file)
--- a/
v7/src/microcode/option.c
+++ b/
v7/src/microcode/option.c
@@
-1,8
+1,8
@@
/* -*-C-*-
-$Id: option.c,v 1.4
3 1996/10/02 18:58:26
cph Exp $
+$Id: option.c,v 1.4
4 1997/10/22 05:21:25
cph Exp $
-Copyright (c) 1990-9
6
Massachusetts Institute of Technology
+Copyright (c) 1990-9
7
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