merge trunk
[bpt/emacs.git] / oldXMenu / SetAEQ.c
index 0b431ec..ee2d64b 100644 (file)
@@ -1,8 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* Copyright    Massachusetts Institute of Technology    1985  */
-/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
-                 2006 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
 
 #include "XMenuInt.h"
 
-XMenuSetAEQ(menu, aeq)
-    register XMenu *menu;      /* Menu object to be modified. */
-    register int aeq;          /* AEQ mode? */
+void
+XMenuSetAEQ(register XMenu *menu, register int aeq)
+                               /* Menu object to be modified. */
+                               /* AEQ mode? */
 {
     /*
      * Set the AEQ mode switch.
      */
     menu->aeq = aeq;
 }
-
-/* arch-tag: 48fc22b4-0722-4852-a044-788444e4a9dc
-   (do not change this comment) */