commit 1f703c012dbe70ed5dd3741733ee632021c93a25
parent 33eaea1aa5a10363f1898f2b1dc297f4480fd47a
Author: Oto Havle <havleoto@gmail.com>
Date: Sat, 26 Nov 2011 16:28:25 +0100
Reverted change to ktable.c (the change was a part of workaround needed to compile outdated version of mingw cross-compiler)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ktable.c b/src/ktable.c
@@ -73,7 +73,7 @@ static const Node dummynode_ = {
/*
** hash for klisp numbers
*/
-inline /*static*/ Node *hashfixint (const Table *t, int32_t n) {
+inline static Node *hashfixint (const Table *t, int32_t n) {
return hashmod(t, (uint32_t) n);
}