summaryrefslogtreecommitdiff
path: root/src/lj_clib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_clib.c')
-rw-r--r--src/lj_clib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lj_clib.c b/src/lj_clib.c
index e2d349fd..64d06dbc 100644
--- a/src/lj_clib.c
+++ b/src/lj_clib.c
@@ -222,10 +222,6 @@ static void *clib_getsym(CLibrary *cl, const char *name)
222 222
223/* -- C library indexing -------------------------------------------------- */ 223/* -- C library indexing -------------------------------------------------- */
224 224
225/* Namespace for C library indexing. */
226#define CLNS_INDEX \
227 ((1u<<CT_FUNC)|(1u<<CT_EXTERN)|(1u<<CT_CONSTVAL))
228
229#if LJ_TARGET_X86 && LJ_ABI_WIN 225#if LJ_TARGET_X86 && LJ_ABI_WIN
230/* Compute argument size for fastcall/stdcall functions. */ 226/* Compute argument size for fastcall/stdcall functions. */
231static CTSize clib_func_argsize(CTState *cts, CType *ct) 227static CTSize clib_func_argsize(CTState *cts, CType *ct)