author | Camm Maguire <camm@debian.org> | 2003年06月02日 16:52:10 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2003年06月02日 16:52:10 +0000 |
commit | 1b431384e882b60904f03c480d502ee9e055973b (patch) | |
tree | 4cba3ecf72814f29c08d4d04ec3bfaad1185c87d | |
parent | 9e120ab32959e97caf065933d9f601a12a9b4336 (diff) | |
download | gcl-unlabeled-1.15.6.1.4.tar.gz |
-rwxr-xr-x | gcl/o/cmpaux.c | 4 |
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; |