Skip to content

Commit

Permalink
Sort out comments around (exit)
Browse files Browse the repository at this point in the history
  • Loading branch information
owainkenwayucl committed Jul 31, 2018
1 parent dd0c2e8 commit b14a158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions chicken_pi_dir/pi.scm
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@
(display (string-append "Time taken: " (number->string runt)))
(display " seconds\n")

;; Need this otherwise when run with gsi, gsi tries to load subsequent args
;; as files.
;; Need this otherwise when run with csi, csi drops to a repl.
(exit)
3 changes: 0 additions & 3 deletions guile_pi_dir/pi.scm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,3 @@
(display (string-append "Time taken: " (number->string runt)))
(display " seconds\n")

;; Need this otherwise when run with gsi, gsi tries to load subsequent args
;; as files.
(exit)

0 comments on commit b14a158

Please sign in to comment.