author | Camm Maguire <camm@debian.org> | 2013年10月17日 16:45:36 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2013年10月17日 16:45:36 +0000 |
commit | 3a5425f12d8ec40423767b29456bd85e6f9dd55a (patch) | |
tree | 86328f67f2b621e10f3f42dd29727cc890f02078 | |
parent | 7c442a2e2b13d4e0111ab09ce415caf9c29e685f (diff) | |
download | gcl-3a5425f12d8ec40423767b29456bd85e6f9dd55a.tar.gz |
-rwxr-xr-x | gcl/o/num_arith.c | 2 |
diff --git a/gcl/o/num_arith.c b/gcl/o/num_arith.c index 16739849c..dbdb3b056 100755 --- a/gcl/o/num_arith.c +++ b/gcl/o/num_arith.c @@ -542,7 +542,7 @@ one_minus(object x) object number_negate(object x) { - object z, z1; + object z; switch (type_of(x)) { |