Change include in csto.c, revert LUA_INIT_VAR and change slogan
This commit is contained in:
parent
80549e605e
commit
929b2a7aa8
1 changed files with 3 additions and 3 deletions
6
csto.c
6
csto.c
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Callisto stand-alone interpreter
|
* csto: The Callisto stand-alone interpreter
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lprefix.h>
|
#include <lprefix.h>
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
#include <lualib.h>
|
#include <lualib.h>
|
||||||
#include <lauxlib.h>
|
#include <lauxlib.h>
|
||||||
|
|
||||||
#include <lcallisto.h>
|
#include "lcallisto.h"
|
||||||
|
|
||||||
|
|
||||||
#if !defined(LUA_PROGNAME)
|
#if !defined(LUA_PROGNAME)
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(LUA_INIT_VAR)
|
#if !defined(LUA_INIT_VAR)
|
||||||
#define LUA_INIT_VAR "CALLISTO_INIT"
|
#define LUA_INIT_VAR "LUA_INIT"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LUA_INITVARVERSION LUA_INIT_VAR LUA_VERSUFFIX
|
#define LUA_INITVARVERSION LUA_INIT_VAR LUA_VERSUFFIX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue