Commit 1041b8e3 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

move the instantiation of includes_module out of mod_include.h


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87991 13f79535-47bb-0310-9956-ffa450edef68
parent d6b3bd62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

+0 −2
Original line number Diff line number Diff line
@@ -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)