Unstatic object_to_float, object_to_double - 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>2003年06月02日 16:52:10 +0000
committerCamm Maguire <camm@debian.org>2003年06月02日 16:52:10 +0000
commit1b431384e882b60904f03c480d502ee9e055973b (patch)
tree4cba3ecf72814f29c08d4d04ec3bfaad1185c87d
parent9e120ab32959e97caf065933d9f601a12a9b4336 (diff)
downloadgcl-1b431384e882b60904f03c480d502ee9e055973b.tar.gz
Unstatic object_to_float, object_to_doubleunlabeled-1.15.6.1.4
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日 05:32:45 +0000

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