[w3m-dev 04030] PUSH_TAG macro
ABE Yuji <[email protected]>
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
--disable-m17n
http://pc.2ch.net/test/read.cgi/unix/1065600900/470
PUSH_TAG
diff -urN w3m-1.895.orig/table.c w3m-1.895/table.c
--- w3m-1.895.orig/table.c 2003-09-25 04:24:57.000000000 +0900
+++ w3m-1.895/table.c 2004-01-09 22:16:46.000000000 +0900
@@ -412,7 +412,7 @@
}
}
-#ifndef USE_M17N
+#ifdef USE_M17N
#define PUSH_TAG(str,n) Strcat_charp_n(tagbuf, str, n)
#else
#define PUSH_TAG(str,n) Strcat_char(tagbuf, *str)