diff src/xmenu.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 74fc1642fe30
children dcff2a4b6cb4
line wrap: on
line diff
--- a/src/xmenu.c	Tue Apr 14 10:56:46 1998 +0000
+++ b/src/xmenu.c	Tue Apr 14 12:25:56 1998 +0000
@@ -686,7 +686,7 @@
 	  /* Use the mouse's current position.  */
 	  FRAME_PTR new_f = selected_frame;
 	  Lisp_Object bar_window;
-	  int part;
+	  enum scroll_bar_part part;
 	  unsigned long time;
 
 	  if (mouse_position_hook)
@@ -1095,6 +1095,7 @@
    passing it to the toolkit right away, is that we can safely
    execute Lisp code.  */
    
+void
 x_activate_menubar (f)
      FRAME_PTR f;
 {
@@ -2606,6 +2607,7 @@
 
 #endif /* HAVE_MENUS */
 
+void
 syms_of_xmenu ()
 {
   staticpro (&menu_items);