[EMAIL PROTECTED] wrote:
Author: wrowe
Date: Wed Mar 16 18:07:51 2005
New Revision: 157852

URL: http://svn.apache.org/viewcvs?view=rev&rev=157852

[...]
Modified: apr/apr-iconv/trunk/lib/iconv_module.c
URL: 
http://svn.apache.org/viewcvs/apr/apr-iconv/trunk/lib/iconv_module.c?view=diff&r1=157851&r2=157852
==============================================================================
--- apr/apr-iconv/trunk/lib/iconv_module.c (original)
+++ apr/apr-iconv/trunk/lib/iconv_module.c Wed Mar 16 18:07:51 2005

[...]
@@ -49,6 +50,8 @@
#include "charset_alias.h"
#endif
+#define APR_ICONV_PATH "APR_ICONV" API_STRINGIFY(API_MAJOR_VERSION) "_PATH"

API_STRINGIFY? When did we grow that? Is this materially different than APR_STRINGIFY?

Sander

Reply via email to