X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/465fc071a1aa48e87f37bff460410eec921eaa53..c38918db05bb8df4619bff27d04a0dc48202b647:/oldXMenu/SetAEQ.c diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c index 72ab1df099..ee2d64b880 100644 --- a/oldXMenu/SetAEQ.c +++ b/oldXMenu/SetAEQ.c @@ -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 @@ -18,15 +18,13 @@ #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) */