]> granicus.if.org Git - apache/commitdiff
move the instantiation of includes_module out of mod_include.h
authorJeff Trawick <trawick@apache.org>
Tue, 6 Feb 2001 15:55:06 +0000 (15:55 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 6 Feb 2001 15:55:06 +0000 (15:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87991 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c
modules/filters/mod_include.h

index fb40cb8c18af037f64d0dcf4666cb196f6a0ee65..f74bb295209071b341ab6f5e60287169eca52d32 100644 (file)
@@ -93,7 +93,7 @@
 #endif
 #include "util_ebcdic.h"
 
-
+module AP_MODULE_DECLARE_DATA includes_module;
 static apr_hash_t *include_hash;
 static APR_OPTIONAL_FN_TYPE(ap_register_include_handler) *ssi_pfn_register;
 
index a682201449085e4628b89457e92a62c0ae8a42e9..89d2c51bf5ebc6fe8e46237c3cee84d0543d18ec 100644 (file)
@@ -73,8 +73,6 @@
 #define RAW_ASCII_CHAR(ch)  (ch)
 #endif /*APR_CHARSET_EBCDIC*/
 
-module AP_MODULE_DECLARE_DATA includes_module;
-
 /* just need some arbitrary non-NULL pointer which can't also be a request_rec */
 #define NESTED_INCLUDE_MAGIC   (&includes_module)