gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rwxr-xr-xgcl/o/cmpaux.c 4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcl/o/cmpaux.c b/gcl/o/cmpaux.c
index 24121563c..0641536fc 100755
--- a/gcl/o/cmpaux.c
+++ b/gcl/o/cmpaux.c
@@ -199,7 +199,7 @@ object_to_int(object x)
return(i);
}
-static float
+float
object_to_float(object x)
{
float f=0.0;
@@ -222,7 +222,7 @@ object_to_float(object x)
return(f);
}
-static double
+double
object_to_double(object x)
{
double d=0.0;
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月02日 04:42:28 +0000

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