From badab85d115b4175843c95c8107b033fa14af445 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sun, 21 Dec 2008 20:56:05 +0000 Subject: [PATCH] Make pstack_dump a static function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728498 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/vmprep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lua/vmprep.c b/modules/lua/vmprep.c index 1c3ee37b61..9c3fae2106 100644 --- a/modules/lua/vmprep.c +++ b/modules/lua/vmprep.c @@ -24,7 +24,7 @@ /* forward dec'l from this file */ -void pstack_dump(lua_State* L, apr_pool_t* r, int level, const char* msg) { +static void pstack_dump(lua_State* L, apr_pool_t* r, int level, const char* msg) { ap_log_perror(APLOG_MARK, level, 0, r, "Lua Stack Dump: [%s]", msg); int i; -- 2.40.0