summaryrefslogtreecommitdiff
path: root/libguile/simpos.h
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>1997-06-28 20:01:20 +0000
committerGary Houston <ghouston@arglist.com>1997-06-28 20:01:20 +0000
commit7ad3c1e7c015facc3277e845aa3c0a2484b62972 (patch)
tree56d224a452e2f4658c325bbf28128c409273d1fe /libguile/simpos.h
parentc75a5906283dc09830ce310b210a8df1a5eb42b8 (diff)
downloadguile-7ad3c1e7c015facc3277e845aa3c0a2484b62972.tar.gz
* simpos.h: prototype for scm_primitive_exit.
* simpos.c (scm_primitive_exit): new procedure, terminates the process without unwinding the stack.
Diffstat (limited to 'libguile/simpos.h')
-rw-r--r--libguile/simpos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/simpos.h b/libguile/simpos.h
index dff883189..2d70fbedc 100644
--- a/libguile/simpos.h
+++ b/libguile/simpos.h
@@ -2,7 +2,7 @@
#ifndef SIMPOSH
#define SIMPOSH
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -49,6 +49,7 @@
extern SCM scm_system SCM_P ((SCM cmd));
extern SCM scm_getenv SCM_P ((SCM nam));
+extern SCM scm_primitive_exit SCM_P ((SCM status));
extern SCM scm_software_type SCM_P ((void));
extern void scm_init_simpos SCM_P ((void));