wrowe 2003/01/10 07:48:08
Modified: xlate xlate.c
Log:
Fix APU test bogosity
Revision Changes Path
1.16 +2 -2 apr-util/xlate/xlate.c
Index: xlate.c
===================================================================
RCS file: /home/cvs/apr-util/xlate/xlate.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xlate.c 10 Jan 2003 15:17:43 -0000 1.15
+++ xlate.c 10 Jan 2003 15:48:07 -0000 1.16
@@ -98,7 +98,7 @@
char *sbcs_table;
#if APU_HAVE_ICONV
iconv_t ich;
-#else APU_HAVE_APR_ICONV
+#elif APU_HAVE_APR_ICONV
apr_iconv_t ich;
#endif
};
@@ -173,7 +173,7 @@
/* TODO: add the table to the cache */
}
}
-#elif defined(APU_HAVE_APR_ICONV)
+#elif APU_HAVE_APR_ICONV
static void check_sbcs(apr_xlate_t *convset)
{
char inbuf[256], outbuf[256];