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