aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-01 15:40:54 +0000
committerChong Yidong2008-08-01 15:40:54 +0000
commit223b80568149d120fc392b31eabd9ae9f005d86d (patch)
tree35ab04426c7286004e2cb2a85bcca3d6677ef960
parent73592876ecc87f941ff083742b4f40bd640aa1bb (diff)
downloademacs-223b80568149d120fc392b31eabd9ae9f005d86d.tar.gz
emacs-223b80568149d120fc392b31eabd9ae9f005d86d.zip
Fix last change.
-rw-r--r--src/keyboard.h2
1 files changed, 0 insertions, 2 deletions
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
365 /* next one in the list */ 365 /* next one in the list */
366 struct _widget_value* next; 366 struct _widget_value* next;
367} widget_value; 367} widget_value;
368#endif
369 368
370#if defined (HAVE_NS) || defined (HAVE_NTGUI) || defined (USE_X_TOOLKIT) || defined (USE_GTK)
371extern widget_value *xmalloc_widget_value P_ ((void)); 369extern widget_value *xmalloc_widget_value P_ ((void));
372extern widget_value *digest_single_submenu P_ ((int, int, int)); 370extern widget_value *digest_single_submenu P_ ((int, int, int));
373#endif 371#endif