diff options
| author | amelia squires <[email protected]> | 2025-09-30 18:10:02 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-09-30 18:10:02 -0500 |
| commit | a67dc94484cf9869793fc1861914b800a6559a74 (patch) | |
| tree | 68e9a016380776a6a6d90159722d1514756a4929 /src/test.c | |
| parent | 795284d3b173473003129882739f371f37059adb (diff) | |
fix indentation!!!
Diffstat (limited to 'src/test.c')
| -rw-r--r-- | src/test.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,7 +5,7 @@ int ld_match(lua_State* L){ parray_t* a = parray_init(); int o = match_param((char*)lua_tostring(L, 1), (char*)lua_tostring(L, 2), a); - + if(o == 0){ lua_pushinteger(L, o); return 1; @@ -25,9 +25,9 @@ int ld_match(lua_State* L){ int l_stack_dump(lua_State* L){ /*StkId a = L->top.p-2; - printf("%i %i\n", ttype(s2v(a)), LUA_TSTRING); - printf("is string? %i\n", ttisstring(&a->val)); - printf("%s\n", tsvalue(&a->val)->contents);*/ + printf("%i %i\n", ttype(s2v(a)), LUA_TSTRING); + printf("is string? %i\n", ttisstring(&a->val)); + printf("%s\n", tsvalue(&a->val)->contents);*/ //int level = 0; //lua_lock(L); //for(CallInfo* ci = L->ci; ci != &L->base_ci; ci = ci->previous) level++; |
