Merge branch 'master' into evenodd

original commit: 1c0f190d28f2304a57e5db051a3dea69a914e903
This commit is contained in:
Andy Keep 2017-12-28 21:03:59 -05:00 committed by GitHub
commit b1a19f79bb
2 changed files with 4 additions and 2 deletions

2
LOG
View File

@ -768,5 +768,7 @@
5_5.ms 5_5.ms
- fix a few signatures - fix a few signatures
primdata.ss primdata.ss
- fix comment about Sscheme_program
main.c
- fix even? and odd? to error on exceptional flonums - 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*

View File

@ -333,7 +333,7 @@ int main(int argc, const char *argv[]) {
/* Sscheme_script invokes the value of the scheme-script parameter */ /* Sscheme_script invokes the value of the scheme-script parameter */
status = Sscheme_script(scriptfile, new_argc, argv); status = Sscheme_script(scriptfile, new_argc, argv);
else if (programfile != (char *)0) 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); status = Sscheme_program(programfile, new_argc, argv);
else { else {
/* Sscheme_start invokes the value of the scheme-start parameter */ /* Sscheme_start invokes the value of the scheme-start parameter */