From: Paul Querna Date: Fri, 5 Dec 2008 07:16:10 +0000 (+0000) Subject: Use only c89 style comments X-Git-Tag: 2.3.0~14^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b560421e74e9fd158e2dadd7111b08660fdf6e61;p=apache Use only c89 style comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/wombat-integration@723628 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/wombat/vmprep.h b/modules/wombat/vmprep.h index 97f0937e72..085348b477 100644 --- a/modules/wombat/vmprep.h +++ b/modules/wombat/vmprep.h @@ -100,13 +100,13 @@ void apw_load_apache2_lmodule(lua_State *L); * a handle to a lua state. If there is not an extant vm matching the * spec then a new one is created. */ -// lua_State* apw_rgetvm(request_rec *r, apw_vm_spec *spec); +/* lua_State* apw_rgetvm(request_rec *r, apw_vm_spec *spec); */ /* returns NULL if the spec requires a request scope */ -// lua_State* apw_cgetvm(conn_rec *r, apw_vm_spec *spec); +/* lua_State* apw_cgetvm(conn_rec *r, apw_vm_spec *spec);*/ /* returns NULL if the spec requires a request scope or conn scope */ -// lua_State* apw_sgetvm(server_rec *r, apw_vm_spec *spec); +/* lua_State* apw_sgetvm(server_rec *r, apw_vm_spec *spec); */ typedef void (*apw_lua_state_open_callback) (lua_State* L, apr_pool_t* p, void* ctx);