mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 05:27:35 +02:00
Adding emergency-exit.
This commit is contained in:
parent
6b467f4452
commit
c4edcc8d78
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@
|
|||
(define-library (scheme process-context)
|
||||
(import (chibi) (srfi 98) (only (chibi process) exit))
|
||||
(export get-environment-variable get-environment-variables
|
||||
command-line exit))
|
||||
command-line exit emergency-exit)
|
||||
;; TODO: Make exit unwind and finalize properly.
|
||||
(begin (define emergency-exit exit)))
|
||||
|
|
Loading…
Add table
Reference in a new issue