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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.h') 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 */ -- cgit v1.2.3