aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/proto.h b/proto.h
index 1cee030..9fc35f1 100644
--- a/proto.h
+++ b/proto.h
@@ -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);