mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Don't export internal symbol.
This commit is contained in:
parent
7cb250c4b4
commit
ffa5a2b045
@ -392,7 +392,7 @@ static void ctype_preptype(CTRepr *ctr, CType *ct, CTInfo qual, const char *t)
|
|||||||
ctype_prepqual(ctr, qual);
|
ctype_prepqual(ctr, qual);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ctype_repr(CTRepr *ctr, CTypeID id)
|
static void ctype_repr(CTRepr *ctr, CTypeID id)
|
||||||
{
|
{
|
||||||
CType *ct = ctype_get(ctr->cts, id);
|
CType *ct = ctype_get(ctr->cts, id);
|
||||||
CTInfo qual = 0;
|
CTInfo qual = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user