stas 2004/05/10 12:55:38
Modified: src/modules/perl modperl_cmd.h
Log:
tidy up
Revision Changes Path
1.25 +12 -12 modperl-2.0/src/modules/perl/modperl_cmd.h
Index: modperl_cmd.h
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_cmd.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -u -r1.24 -r1.25
--- modperl_cmd.h 10 May 2004 19:54:00 -0000 1.24
+++ modperl_cmd.h 10 May 2004 19:55:38 -0000 1.25
@@ -23,17 +23,17 @@
const char *name,
apr_pool_t *p);
-#define MP_CMD_SRV_DECLARE(item) \
-const char *modperl_cmd_##item(cmd_parms *parms, void *mconfig, \
- const char *arg)
-
-#define MP_CMD_SRV_DECLARE2(item) \
-const char *modperl_cmd_##item(cmd_parms *parms, void *mconfig, \
- const char *arg1, const char *arg2)
-
-#define MP_CMD_SRV_DECLARE_FLAG(item) \
-const char *modperl_cmd_##item(cmd_parms *parms, \
- void *mconfig, int flag_on)
+#define MP_CMD_SRV_DECLARE(item) \
+ const char *modperl_cmd_##item(cmd_parms *parms, void *mconfig, \
+ const char *arg)
+
+#define MP_CMD_SRV_DECLARE2(item) \
+ const char *modperl_cmd_##item(cmd_parms *parms, void *mconfig, \
+ const char *arg1, const char *arg2)
+
+#define MP_CMD_SRV_DECLARE_FLAG(item) \
+ const char *modperl_cmd_##item(cmd_parms *parms, \
+ void *mconfig, int flag_on)
MP_CMD_SRV_DECLARE(trace);
MP_CMD_SRV_DECLARE(switches);
@@ -86,7 +86,7 @@
#define modperl_interp_scope_connection(scfg) \
(scfg->interp_scope == MP_INTERP_SCOPE_CONNECTION)
-#endif
+#endif /* USE_ITHREADS */
#define MP_CMD_SRV_RAW_ARGS(name, item, desc) \
AP_INIT_RAW_ARGS( name, modperl_cmd_##item, NULL, \