From 929b2a7aa85350b6f1403a5ae568cf680fa7784a Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 24 Jul 2023 12:09:17 +1200 Subject: [PATCH] Change include in csto.c, revert LUA_INIT_VAR and change slogan --- csto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csto.c b/csto.c index 025cccc..6c18c83 100644 --- a/csto.c +++ b/csto.c @@ -1,5 +1,5 @@ /* - * Callisto stand-alone interpreter + * csto: The Callisto stand-alone interpreter */ #include @@ -13,7 +13,7 @@ #include #include -#include +#include "lcallisto.h" #if !defined(LUA_PROGNAME) @@ -21,7 +21,7 @@ #endif #if !defined(LUA_INIT_VAR) -#define LUA_INIT_VAR "CALLISTO_INIT" +#define LUA_INIT_VAR "LUA_INIT" #endif #define LUA_INITVARVERSION LUA_INIT_VAR LUA_VERSUFFIX