diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-23 19:00:47 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-23 19:00:47 +0000 |
commit | 5fe9af68a076babf506eed602889f5e0e4233559 (patch) | |
tree | eb4e9cb012c1aa89ade885e0e121eb3d832d70f5 /proto.h | |
parent | [w3m-dev 02523] (diff) | |
download | w3m-5fe9af68a076babf506eed602889f5e0e4233559.tar.gz w3m-5fe9af68a076babf506eed602889f5e0e4233559.zip |
[w3m-dev 02526] new configure
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r-- | proto.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.6 2001/11/21 19:24:35 ukai Exp $ */ +/* $Id: proto.h,v 1.7 2001/11/23 19:00:47 ukai Exp $ */ /* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. @@ -526,13 +526,13 @@ extern void initMenu(void); #define selMn selBuf #endif /* not USE_MENU */ -#ifdef DICT +#ifdef USE_DICT extern void dictword(void); extern void dictwordat(void); -#else /* not DICT */ +#else /* not USE_DICT */ #define dictword nulcmd #define dictwordat nulcmd -#endif /* not DICT */ +#endif /* not USE_DICT */ extern void reloadBuffer(Buffer * buf); |