Merge branch 'master' into evenodd
original commit: 1c0f190d28f2304a57e5db051a3dea69a914e903
This commit is contained in:
commit
b1a19f79bb
4
LOG
4
LOG
|
@ -768,5 +768,7 @@
|
|||
5_5.ms
|
||||
- fix a few signatures
|
||||
primdata.ss
|
||||
- fix comment about Sscheme_program
|
||||
main.c
|
||||
- fix even? and odd? to error on exceptional flonums
|
||||
5_3.ss, 5_3.ms, fl.ms, root-experr*, patch*
|
||||
5_3.ss, 5_3.ms, fl.ms, root-experr*, patch*
|
2
c/main.c
2
c/main.c
|
@ -333,7 +333,7 @@ int main(int argc, const char *argv[]) {
|
|||
/* Sscheme_script invokes the value of the scheme-script parameter */
|
||||
status = Sscheme_script(scriptfile, new_argc, argv);
|
||||
else if (programfile != (char *)0)
|
||||
/* Sscheme_script invokes the value of the scheme-script parameter */
|
||||
/* Sscheme_program invokes the value of the scheme-program parameter */
|
||||
status = Sscheme_program(programfile, new_argc, argv);
|
||||
else {
|
||||
/* Sscheme_start invokes the value of the scheme-start parameter */
|
||||
|
|
Loading…
Reference in New Issue
Block a user