summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-06 20:01:55 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-06 20:01:55 +0200
commit30c1591ec870d8ebb7f2d0562c54aa88cd149693 (patch)
tree17b80085eed05606af0ad03911c2b595e6588ce0 /functions.h
parentc2281495f8d2d34cafdc05f4a2fcfe752da4ec6d (diff)
Add class MLKArray.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
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);