]> granicus.if.org Git - apache/commitdiff
Use only c89 style comments
authorPaul Querna <pquerna@apache.org>
Fri, 5 Dec 2008 07:16:10 +0000 (07:16 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 5 Dec 2008 07:16:10 +0000 (07:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/wombat-integration@723628 13f79535-47bb-0310-9956-ffa450edef68

modules/wombat/vmprep.h

index 97f0937e72e9ace3c51546098713d5fed153784d..085348b47718c864d774c1c35d24598ea47cb148 100644 (file)
@@ -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);