From 18eebc64880fabfebf4e118e5b9974d221dd20cd Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 20 Jan 2003 15:30:18 +0000 Subject: [w3m-dev 03660] Re: fputs -> Strfputs * Str.h (Strncmp_charp): paren (Strncasecmp_charp): ditto (Strinsert): ditto (Strshrinkfirst): ditto * display.c (disp_err_message): added * file.c (loadGeneralFile): don't put function in macro arg (saveBuffer): ditto * frame.c (createFrameFile): ditto * proto.h (disp_err_message): macro->function * table.c (pushdata): if data is NULL, use "" (suspend_or_pushdata): if line is NULL, use "" * textlist.h (pushText): don't use (s) twice in a macro From: Hironori SAKAMOTO --- proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 38aa685..db1256e 100644 --- a/proto.h +++ b/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.80 2003/01/17 16:57:20 ukai Exp $ */ +/* $Id: proto.h,v 1.81 2003/01/20 15:30:20 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -276,7 +276,7 @@ extern void addChar(char c, Lineprop mode); extern void record_err_message(char *s); extern Buffer *message_list_panel(void); extern void message(char *s, int return_x, int return_y); -#define disp_err_message(s, f) (record_err_message((s)), disp_message((s), (f))) +extern void disp_err_message(char *s, int redraw_current); extern void disp_message_nsec(char *s, int redraw_current, int sec, int purge, int mouse); extern void disp_message(char *s, int redraw_current); -- cgit v1.2.3