[w3m-dev 03562] #undef BUFINFO
* config.h.dist (BUFINFO): undef * configure (use_bufinfo): n * main.c (saveBufferInfo): ifdef USE_BUFINFO * proto.h (reloadBuffer): if 0 (saveBufferInfo): ifdef USE_BUFINFO From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
8
proto.h
8
proto.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: proto.h,v 1.69 2002/12/11 15:07:53 ukai Exp $ */
|
||||
/* $Id: proto.h,v 1.70 2002/12/12 23:55:30 ukai Exp $ */
|
||||
/*
|
||||
* This file was automatically generated by version 1.7 of cextract.
|
||||
* Manual editing not recommended.
|
||||
@@ -714,13 +714,15 @@ extern void dictwordat(void);
|
||||
#define dictword nulcmd
|
||||
#define dictwordat nulcmd
|
||||
#endif /* not USE_DICT */
|
||||
|
||||
#if 0
|
||||
extern void reloadBuffer(Buffer *buf);
|
||||
|
||||
#endif
|
||||
extern char *guess_save_name(Buffer *buf, char *file);
|
||||
|
||||
extern void wrapToggle(void);
|
||||
#ifdef USE_BUFINFO
|
||||
extern void saveBufferInfo(void);
|
||||
#endif
|
||||
|
||||
extern void dispVer(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user