]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Don't export internal symbol.
authorMike Pall <mike>
Sun, 5 Dec 2010 00:04:15 +0000 (01:04 +0100)
committerMike Pall <mike>
Sun, 5 Dec 2010 00:08:19 +0000 (01:08 +0100)
src/lj_ctype.c

index 001d6f5acfaffa351c86ada0165c7bc841c9e3f1..cb60dbbc19cbb05f540b0a60b46bd18c2030aac9 100644 (file)
@@ -392,7 +392,7 @@ static void ctype_preptype(CTRepr *ctr, CType *ct, CTInfo qual, const char *t)
   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);
   CTInfo qual = 0;