fast-linkable ihs-top - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2014年09月19日 13:40:35 -0400
committerCamm Maguire <camm@debian.org>2014年09月19日 13:40:35 -0400
commit50054667f7b448582bb6516226285b57a7c017cc (patch)
tree72d47dce31fe8b239f339422e348a2adc241e0aa
parent22a32b31dc4344ffc9168c990fe6a018840cd82c (diff)
downloadgcl-50054667f7b448582bb6516226285b57a7c017cc.tar.gz
fast-linkable ihs-top
Diffstat
-rwxr-xr-xgcl/o/error.c 12
1 files changed, 4 insertions, 8 deletions
diff --git a/gcl/o/error.c b/gcl/o/error.c
index 791c765a8..d89d18e38 100755
--- a/gcl/o/error.c
+++ b/gcl/o/error.c
@@ -433,16 +433,12 @@ static ihs_ptr get_ihs_ptr(object x) {
}
-DEFUNO_NEW("IHS-TOP",object,fSihs_top,SI
- ,0,0,NONE,OO,OO,OO,OO,static void,siLihs_top,(void),"")
-
-{
+DEFUN_NEW("IHS-TOP",object,fSihs_top,SI,0,0,NONE,OO,OO,OO,OO,(void),"") {
/* 0 args */
-RETURN1(make_fixnum(ihs_top - ihs_org));
+ RETURN1(make_fixnum(ihs_top - ihs_org));
}
-DEFUN_NEW("IHS-FUN",object,fSihs_fun,SI
- ,1,1,NONE,OO,OO,OO,OO,(object x0),"")
+DEFUN_NEW("IHS-FUN",object,fSihs_fun,SI,1,1,NONE,OO,OO,OO,OO,(object x0),"")
{
/* 1 args */
x0 = get_ihs_ptr(x0)->ihs_function;
@@ -830,7 +826,7 @@ gcl_init_error(void)
{
make_function("ERROR", Lerror);
make_function("CERROR", Lcerror);
- make_si_function("IHS-TOP", siLihs_top);
+ /* make_si_function("IHS-TOP", siLihs_top); */
null_string = make_simple_string("");
enter_mark_origin(&null_string);
}
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月09日 04:55:39 +0000

AltStyle によって変換されたページ (->オリジナル) /