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:
dbab8e2
)
Fix bug in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 27 Nov 1994 23:05:09 +0000
(23:05 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 27 Nov 1994 23:05:09 +0000
(23:05 +0000)
v7/src/microcode/option.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/option.c
b/v7/src/microcode/option.c
index 84bafd49f8430c1ca0ba174bdce7f198416260fd..23347a92cfb9074140d048c24018ded40af83fa5 100644
(file)
--- a/
v7/src/microcode/option.c
+++ b/
v7/src/microcode/option.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: option.c,v 1.3
8 1994/11/20 00:57:2
9 cph Exp $
+$Id: option.c,v 1.3
9 1994/11/27 23:05:0
9 cph Exp $
Copyright (c) 1990-94 Massachusetts Institute of Technology
@@
-86,7
+86,7
@@
extern void EXFUN (termination_init_error, (void));
# define FILE_ABSOLUTE(filename) (((filename) [0]) == SUB_DIRECTORY_DELIMITER)
#endif
-#define FILE_READABLE(filename) (
(OS_file_access ((filename), 4)) >= 0
)
+#define FILE_READABLE(filename) (
OS_file_access ((filename), 4)
)
\f
static int option_summary;
static int option_large_sizes;