From c456224caf73a20c9421f6250f0f876196c3d8d0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 13 Jan 2009 18:42:15 +0100 Subject: Add class MLKDictionary. --- functions.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.m') diff --git a/functions.m b/functions.m index 3c0c2f9..16fa271 100644 --- a/functions.m +++ b/functions.m @@ -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 @@ -92,7 +92,7 @@ BOOL MLKInstanceP (id thing) return !((intptr_t)thing & 1); } -id MLKCanoniseInteger (MLKInteger *x) +id MLKCanoniseInteger (const MLKInteger *x) { if (MLKFixnumP (x)) { -- cgit v1.2.3