summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-10 07:05:58 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-10 07:05:58 +0000
commit6b30618d321c3a9521d9fcb1f01b023cbd4acae4 (patch)
tree4ffe0c85f10edfe442faf65babe62cd2b42a3099 /crawl-ref/source/clua.cc
parentdd916b6a6dc736d18f47428be0694479714e3dfe (diff)
downloadcrawl-ref-6b30618d321c3a9521d9fcb1f01b023cbd4acae4.tar.gz
crawl-ref-6b30618d321c3a9521d9fcb1f01b023cbd4acae4.zip
Fix some link errors and a few remaining compile warnings (the
ones that aren't bugs) - if static const int foo=VALUE; is in header, don't need to have a definition in a .cc file. The definition goes into every .cc file with "vague linkage" - add sqlite and lua to the sln/vcproj git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3576 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/clua.cc')
-rw-r--r--crawl-ref/source/clua.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/clua.cc b/crawl-ref/source/clua.cc
index 70755d6773..de0f492f7d 100644
--- a/crawl-ref/source/clua.cc
+++ b/crawl-ref/source/clua.cc
@@ -68,8 +68,6 @@ static int clua_guarded_pcall(lua_State *);
static int clua_dofile(lua_State *);
static int clua_loadfile(lua_State *);
-const int CLua::MAX_THROTTLE_SLEEPS;
-
CLua::CLua(bool managed)
: error(), managed_vm(managed), shutting_down(false),
throttle_unit_lines(10000),