From 30c1591ec870d8ebb7f2d0562c54aa88cd149693 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 6 Aug 2008 20:01:55 +0200 Subject: Add class MLKArray. --- functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 102565b..6539b21 100644 --- a/functions.h +++ b/functions.h @@ -34,6 +34,7 @@ BOOL MLKFixnumP (id thing); BOOL MLKInstanceP (id thing); intptr_t MLKIntWithFixnum (id fixnum); +intptr_t MLKIntWithInteger (id integer); id MLKFixnumWithInt (intptr_t value); id MLKIntegerWithInt (intptr_t value); id MLKCanoniseInteger (MLKInteger *x); -- cgit v1.2.3