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:
2375d5d
)
Adjustment of default constant size under NT
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 7 Aug 1993 00:13:57 +0000
(
00:13
+0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Sat, 7 Aug 1993 00:13:57 +0000
(
00:13
+0000)
v7/src/microcode/option.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/option.c
b/v7/src/microcode/option.c
index 42ffa919c2367a98bcf08fca48f8266fd35eda24..f2aad1941012ea062c896b89085d544a3e73eab3 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
3 1993/06/24 06:07:24 gjr
Exp $
+$Id: option.c,v 1.3
4 1993/08/07 00:13:57 adams
Exp $
Copyright (c) 1990-1993 Massachusetts Institute of Technology
@@
-352,7
+352,7
@@
The following options are only meaningful to bchscheme:
/* 386 code is large too! */
#ifndef DEFAULT_SMALL_CONSTANT
-#define DEFAULT_SMALL_CONSTANT
435
+#define DEFAULT_SMALL_CONSTANT
500
#endif
#ifndef DEFAULT_LARGE_CONSTANT
@@
-1282,3
+1282,4
@@
DEFUN (read_command_line_options, (argc, argv),
if (option_summary)
describe_options ();
}
+
\1a
\ No newline at end of file