]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/Destroy.c
Minor tweaks of copying text properties when padding strings
[gnu-emacs] / oldXMenu / Destroy.c
index 52ab5028546798210f942dfad280b5070e77c6be..7f0f6146316510cece08094abf4c92c6aefd95ff 100644 (file)
@@ -1,8 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* Copyright    Massachusetts Institute of Technology    1985  */
-/* Copyright (C) 2002, 2003, 2004, 2005,
-                 2006 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
 
 #include "XMenuInt.h"
 
-XMenuDestroy(display, menu)
-    Display *display;
-    register XMenu *menu;      /* Menu object to destroy. */
+void
+XMenuDestroy(Display *display, register XMenu *menu)
+
+                               /* Menu object to destroy. */
 {
     register XMPane *p_ptr;    /* Pointer to the current pane. */
     register XMPane *p_next;   /* Pointer to the next pane. */
@@ -115,6 +115,3 @@ XMenuDestroy(display, menu)
      */
     free(menu);
 }
-
-/* arch-tag: 44c9589f-5893-46fc-bc23-1b03a7f9c015
-   (do not change this comment) */