diff options
Diffstat (limited to 'MLKInteger.m')
-rw-r--r-- | MLKInteger.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKInteger.m b/MLKInteger.m index 03e56b3..8823aa6 100644 --- a/MLKInteger.m +++ b/MLKInteger.m @@ -106,7 +106,7 @@ DEFINE_MPZ_TWOARG_OPERATION (divideBy:, mpz_div) -(NSString *) descriptionForLisp { MLKInteger *base = [[MLKDynamicContext currentContext] - valueForBinding:[[MLKPackage + valueForSymbol:[[MLKPackage findPackage:@"COMMON-LISP"] intern:@"*PRINT-BASE*"]]; return [self descriptionWithBase:[base intValue]]; |