aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/Destroy.c
diff options
context:
space:
mode:
authorStefan Monnier2010-07-23 17:23:09 +0200
committerStefan Monnier2010-07-23 17:23:09 +0200
commit0ee81a0ce066375eac701c06cdfbdebefe594fdc (patch)
treef0dccd24163316cfe688f927681a3032a9b1fe2f /oldXMenu/Destroy.c
parent894e369ddf48e191638b8e66ce732f24ff9abe2a (diff)
parent94da839793affa2a270bc26cee9c4d95d4dc4708 (diff)
downloademacs-0ee81a0ce066375eac701c06cdfbdebefe594fdc.tar.gz
emacs-0ee81a0ce066375eac701c06cdfbdebefe594fdc.zip
Merge from trunk
Diffstat (limited to 'oldXMenu/Destroy.c')
-rw-r--r--oldXMenu/Destroy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c
index 117f04ed1c5..906d92fb8cf 100644
--- a/oldXMenu/Destroy.c
+++ b/oldXMenu/Destroy.c
@@ -15,9 +15,9 @@
15 15
16#include "XMenuInt.h" 16#include "XMenuInt.h"
17 17
18XMenuDestroy(display, menu) 18XMenuDestroy(Display *display, register XMenu *menu)
19 Display *display; 19
20 register XMenu *menu; /* Menu object to destroy. */ 20 /* Menu object to destroy. */
21{ 21{
22 register XMPane *p_ptr; /* Pointer to the current pane. */ 22 register XMPane *p_ptr; /* Pointer to the current pane. */
23 register XMPane *p_next; /* Pointer to the next pane. */ 23 register XMPane *p_next; /* Pointer to the next pane. */