callisto: reformat
This commit is contained in:
parent
a89b8aee0a
commit
83f9f8690c
2 changed files with 13 additions and 11 deletions
|
@ -12,8 +12,10 @@
|
|||
#define CALLISTO_VERSION_MINOR "1"
|
||||
#define CALLISTO_VERSION_RELEASE "0"
|
||||
|
||||
#define CALLISTO_VERSION "Callisto " CALLISTO_VERSION_MAJOR "." CALLISTO_VERSION_MINOR
|
||||
#define CALLISTO_COPYRIGHT CALLISTO_VERSION " (" LUA_RELEASE ") Copyright (C) 1994-2022 Lua.org, PUC-Rio"
|
||||
#define CALLISTO_VERSION \
|
||||
"Callisto " CALLISTO_VERSION_MAJOR "." CALLISTO_VERSION_MINOR
|
||||
#define CALLISTO_COPYRIGHT \
|
||||
CALLISTO_VERSION " (" LUA_RELEASE ") Copyright (C) 1994-2022 Lua.org, PUC-Rio"
|
||||
|
||||
#define CALLISTO_CLLIBNAME "cl"
|
||||
#define CALLISTO_ENVLIBNAME "environ"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue