changeset 97202:01995cee1e95

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 01 Aug 2008 15:40:54 +0000
parents 2ef456c39196
children 88323368bc2c
files src/keyboard.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.h	Fri Aug 01 15:40:46 2008 +0000
+++ b/src/keyboard.h	Fri Aug 01 15:40:54 2008 +0000
@@ -365,9 +365,7 @@
   /* next one in the list */
   struct _widget_value*	next;
 } widget_value;
-#endif
 
-#if defined (HAVE_NS) || defined (HAVE_NTGUI) || defined (USE_X_TOOLKIT) || defined (USE_GTK)
 extern widget_value *xmalloc_widget_value P_ ((void));
 extern widget_value *digest_single_submenu P_ ((int, int, int));
 #endif