summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2009-01-13 18:42:15 +0100
committerMatthias Andreas Benkard <matthias@benkard.de>2009-01-13 18:42:15 +0100
commitc456224caf73a20c9421f6250f0f876196c3d8d0 (patch)
treeecea2e44d3b4a303766cd2257bf9d78241ddf9aa /functions.h
parent30c1e69082861a37d9c33b12a5df220a45b3d081 (diff)
Add class MLKDictionary.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.h b/functions.h
index 55de17f..607a4d1 100644
--- a/functions.h
+++ b/functions.h
@@ -1,6 +1,6 @@
/* -*- mode: objc; coding: utf-8 -*- */
/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime.
- * Copyright (C) 2008 Matthias Andreas Benkard.
+ * Copyright (C) 2008, 2009 Matthias Andreas Benkard.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -87,7 +87,7 @@ id MLKIntegerWithInt (intptr_t value);
Test whether a Toilet Lisp integer is an MLKInteger that is too big,
and if so, convert it to a fixnum. */
-id MLKCanoniseInteger (MLKInteger *x);
+id MLKCanoniseInteger (const MLKInteger *x);
/* Section: Fixnum arithmetic */