X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9fcd266514218d2d1bc9f30c9fcfdcf5eb356e1c..8974cc9fd18fe4b5e91702c3ba8491f349f37cf8:/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) */