Refactor and fix up a lot of code

Don't tell the boss I forgot a couple of free()s...
This commit is contained in:
Jeremy Baxter 2023-11-26 17:13:41 +13:00
parent fe38efac42
commit 290289cbf5
12 changed files with 175 additions and 335 deletions

View file

@ -2,9 +2,9 @@
* Callisto, a featureful runtime for Lua 5.4.
*/
#ifndef _LCALLISTO_H_
#ifndef _CALLISTO_H_
#define _LCALLISTO_H_
#define _CALLISTO_H_
#include <lua.h>