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:
af0c283
)
Eliminate compiler warning.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 18 Jan 2000 04:25:49 +0000
(
04:25
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 18 Jan 2000 04:25:49 +0000
(
04:25
+0000)
v7/src/microcode/boot.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/boot.c
b/v7/src/microcode/boot.c
index 1fa20a51eeb505a65ccf44228f4e4c2806f63d44..a1120b118e6c200d7840569e238bed9f2044fcfe 100644
(file)
--- a/
v7/src/microcode/boot.c
+++ b/
v7/src/microcode/boot.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: boot.c,v 9.10
1 2000/01/18 02:52:58
cph Exp $
+$Id: boot.c,v 9.10
2 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)
{