summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index b0f0a64f..78b50751 100644
--- a/lib.c
+++ b/lib.c
@@ -211,7 +211,7 @@ static val code2type(int code)
val built_in_type_p(val sym)
{
- type_t i;
+ int i;
for (i = NIL; i <= MAXTYPE; i++) {
val type = code2type(i);