* fix extern "C" declaration of util_ebcdic.h. PR: 22203
include/util_ebcdic.h: r1.15
(nothing in CH-CH-CH-CH-CHANGES)
PR: 22203
Submitted by: Andr�� Malo
Reviewed by: trawick, fielding
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101260
13f79535-47bb-0310-9956-
ffa450edef68
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/09/16 13:37:32 $]
+Last modified at [$Date: 2003/09/17 01:51:55 $]
Release:
+1: nd, trawick
(gstein likes the concept, but needs to review...)
- * fix extern "C" declaration of util_ebcdic.h. PR: 22203
- include/util_ebcdic.h: r1.15
- +1: nd, trawick, fielding
-
* Avoid an infinite recursion, which occured if the name of an included
config file or directory contained a wildcard character. PR 22194.
(2.0 + 1.3)
*/
int ap_rvputs_proto_in_ascii(request_rec *r, ...);
-#ifdef __cplusplus
-}
-#endif
-
#else /* APR_CHARSET_EBCDIC */
#define ap_xlate_proto_to_ascii(x,y) /* NOOP */
#define ap_rvputs_proto_in_ascii ap_rvputs
#endif /* APR_CHARSET_EBCDIC */
-
+
+#ifdef __cplusplus
+}
+#endif
+
#endif /* !APACHE_UTIL_EBCDIC_H */