Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ESL committed May 5, 2022
1 parent 9f9b44c commit 4a5cf1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions siof.c
Original file line number Diff line number Diff line change
Expand Up @@ -6005,7 +6005,7 @@ case 0: /* load module */
{ /* cons */
hreserve(hbsz(3), 0); /* 0 live regs */
*--hp = (mknull());
*--hp = (mksymbol(internsym("siof-1.0.1")));
*--hp = (mksymbol(internsym("siof-1.0.2")));
*--hp = obj_from_size(PAIR_BTAG);
r[0] = (hendblk(3)); }
{ /* cons */
Expand Down Expand Up @@ -7247,15 +7247,15 @@ case 0: /* load module */
*--hp = (mksymbol(internsym("import")));
*--hp = obj_from_size(PAIR_BTAG);
cx__2311233 = (hendblk(3)); }
cx__2311241 = (hpushstr(0, newstring("SIOF Scheme Interpreter 1.0.1~%")));
cx__2311241 = (hpushstr(0, newstring("SIOF Scheme Interpreter 1.0.2~%")));
cx__2311247 = (hpushstr(0, newstring("; returning to top level~%")));
cx__2311250 = (hpushstr(0, newstring("> ")));
cx__2311255 = (hpushstr(0, newstring("~%")));
cx__2311261 = (hpushstr(0, newstring("-L path add path to library search path list~%")));
cx__2311262 = (hpushstr(0, newstring("-x exit after loading files on the command line~%")));
cx__2311263 = (hpushstr(0, newstring("-q suppress greeting~%")));
cx__2311264 = (hpushstr(0, newstring("Usage: siof [-qx] file ...~%")));
cx__2311265 = (hpushstr(0, newstring("siof 1.0.1~%")));
cx__2311265 = (hpushstr(0, newstring("siof 1.0.2~%")));
cx__2311278 = (hpushstr(0, newstring("; loading ~a...~%")));
cx__2311286 = (hpushstr(0, newstring("cannot open input file ~a~%")));
cx__2311291 = (hpushstr(0, newstring("-h")));
Expand Down

0 comments on commit 4a5cf1c

Please sign in to comment.