diff options
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
![]() |
index : txr | |
TXR: A data munging language. | kaz@kylheku.com |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | lib.c | 2 |
@@ -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); |