[w3m-dev 04030] PUSH_TAG macro

* table.c (PUSH_TAG): fixed problem in --disable-m17n
From: ABE Yuji <cbo46560@pop12.odn.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2004-01-09 15:46:49 +00:00
parent c85f6895fc
commit d49a58a6de
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2004-01-10 ABE Yuji <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 04030] PUSH_TAG macro
* table.c (PUSH_TAG): fixed problem in --disable-m17n
2003-12-09 WATANABE Katsuyuki <knabe@sannet.ne.jp>
* [w3m-dev 04025] mismatch message in ja.po
@@ -8283,4 +8288,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.895 2003/12/08 16:18:43 ukai Exp $
$Id: ChangeLog,v 1.896 2004/01/09 15:46:49 ukai Exp $

View File

@@ -1,4 +1,4 @@
/* $Id: table.c,v 1.48 2003/09/24 18:49:00 ukai Exp $ */
/* $Id: table.c,v 1.49 2004/01/09 15:46:49 ukai Exp $ */
/*
* HTML table
*/
@@ -412,7 +412,7 @@ suspend_or_pushdata(struct table *tbl, char *line)
}
}
#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)