The one potential issue I forsee; if someone borrowed the AP_STRINGIFY helper
in their source code.  This only existed in 2.2.0, but if we are aiming at pure
source code compatibility (doesn't affect binary compatibility) I'll restore
this macro.  Comments?

Bill

Modified: httpd/httpd/branches/2.2.x/include/ap_release.h
-/* The numeric compile-time version constants. These constants are the - * authoritative version numbers for APR. - */
-/** Properly quote a value as a string in the C preprocessor */
-#define AP_STRINGIFY(n) AP_STRINGIFY_HELPER(n)
-/** Helper macro for AP_STRINGIFY */
-#define AP_STRINGIFY_HELPER(n) #n
+#include "apr_general.h" /* stringify */

Reply via email to