Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.org
[bpt/emacs.git] / oldXMenu / SetAEQ.c
index 72ab1df..ee2d64b 100644 (file)
@@ -1,7 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetAEQ.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */
-/* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
  * 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) */