From: Chong Yidong Date: Fri, 1 Aug 2008 15:40:54 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-23.0.90~3716 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=223b80568149d120fc392b31eabd9ae9f005d86d;p=emacs.git Fix last change. --- diff --git a/src/keyboard.h b/src/keyboard.h index 970ff46b825..165901bea5f 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -365,9 +365,7 @@ typedef struct _widget_value /* 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