diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-16 15:59:58 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-16 15:59:58 +0100 |
commit | 3e0dfbc7a14f2d9784225e39a5dcf2ecdd5c6538 (patch) | |
tree | 8fe269a21defbafebba6df3b3e935507e587cba9 /lib/tolua++/src | |
parent | Fix indentation (diff) | |
download | cuberite-3e0dfbc7a14f2d9784225e39a5dcf2ecdd5c6538.tar cuberite-3e0dfbc7a14f2d9784225e39a5dcf2ecdd5c6538.tar.gz cuberite-3e0dfbc7a14f2d9784225e39a5dcf2ecdd5c6538.tar.bz2 cuberite-3e0dfbc7a14f2d9784225e39a5dcf2ecdd5c6538.tar.lz cuberite-3e0dfbc7a14f2d9784225e39a5dcf2ecdd5c6538.tar.xz cuberite-3e0dfbc7a14f2d9784225e39a5dcf2ecdd5c6538.tar.zst cuberite-3e0dfbc7a14f2d9784225e39a5dcf2ecdd5c6538.zip |
Diffstat (limited to '')
-rw-r--r-- | lib/tolua++/src/bin/basic_lua.h | 2 | ||||
-rw-r--r-- | lib/tolua++/src/bin/enumerate_lua.h | 2 | ||||
-rw-r--r-- | lib/tolua++/src/bin/function_lua.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/tolua++/src/bin/basic_lua.h b/lib/tolua++/src/bin/basic_lua.h index 9f3b114b4..107d1a953 100644 --- a/lib/tolua++/src/bin/basic_lua.h +++ b/lib/tolua++/src/bin/basic_lua.h @@ -1,4 +1,4 @@ -unsigned char lua_basic_lua[] = { +static const unsigned char lua_basic_lua[] = { 0x2d, 0x2d, 0x20, 0x74, 0x6f, 0x6c, 0x75, 0x61, 0x3a, 0x20, 0x62, 0x61, 0x73, 0x69, 0x63, 0x20, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x0a, 0x2d, 0x2d, diff --git a/lib/tolua++/src/bin/enumerate_lua.h b/lib/tolua++/src/bin/enumerate_lua.h index 271cf2a23..f7285dc9a 100644 --- a/lib/tolua++/src/bin/enumerate_lua.h +++ b/lib/tolua++/src/bin/enumerate_lua.h @@ -1,4 +1,4 @@ -unsigned char lua_enumerate_lua[] = { +static const unsigned char lua_enumerate_lua[] = { 0x2d, 0x2d, 0x20, 0x74, 0x6f, 0x6c, 0x75, 0x61, 0x3a, 0x20, 0x65, 0x6e, 0x75, 0x6d, 0x65, 0x72, 0x61, 0x74, 0x65, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x0a, 0x2d, 0x2d, 0x20, 0x57, 0x72, 0x69, 0x74, 0x74, 0x65, 0x6e, diff --git a/lib/tolua++/src/bin/function_lua.h b/lib/tolua++/src/bin/function_lua.h index c1317b9fe..705cb1a8f 100644 --- a/lib/tolua++/src/bin/function_lua.h +++ b/lib/tolua++/src/bin/function_lua.h @@ -1,4 +1,4 @@ -unsigned char lua_function_lua[] = { +static const unsigned char lua_function_lua[] = { 0x2d, 0x2d, 0x20, 0x74, 0x6f, 0x6c, 0x75, 0x61, 0x3a, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x0a, 0x2d, 0x2d, 0x20, 0x57, 0x72, 0x69, 0x74, 0x74, 0x65, 0x6e, 0x20, |