diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lj_ctype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ctype.c b/src/lj_ctype.c index 001d6f5a..cb60dbbc 100644 --- a/src/lj_ctype.c +++ b/src/lj_ctype.c | |||
@@ -392,7 +392,7 @@ static void ctype_preptype(CTRepr *ctr, CType *ct, CTInfo qual, const char *t) | |||
392 | ctype_prepqual(ctr, qual); | 392 | ctype_prepqual(ctr, qual); |
393 | } | 393 | } |
394 | 394 | ||
395 | void ctype_repr(CTRepr *ctr, CTypeID id) | 395 | static void ctype_repr(CTRepr *ctr, CTypeID id) |
396 | { | 396 | { |
397 | CType *ct = ctype_get(ctr->cts, id); | 397 | CType *ct = ctype_get(ctr->cts, id); |
398 | CTInfo qual = 0; | 398 | CTInfo qual = 0; |