]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/XDestAssoc.c
Updated to org-mode 5.08
[gnu-emacs] / oldXMenu / XDestAssoc.c
index 452dd223bd8ffccc77f4baacc21b4d99233e9986..fee53eb756f676879b328b24a9fbeb158c2482b8 100644 (file)
@@ -1,24 +1,14 @@
-/* $XConsortium: XDestAssoc.c,v 10.17 91/02/08 13:11:50 rws Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1985  */
 
-/*
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation, and that the name of M.I.T. not be used in advertising or
-publicity pertaining to distribution of the software without specific,
-written prior permission.  M.I.T. makes no representations about the
-suitability of this software for any purpose.  It is provided "as is"
-without express or implied warranty.
-*/
+#include "copyright.h"
+
 
 #include <X11/Xlib.h>
 #include "X10.h"
 
 /*
  * XDestroyAssocTable - Destroy (free the memory associated with)
- * an XAssocTable.  
+ * an XAssocTable.
  */
 XDestroyAssocTable(table)
        register XAssocTable *table;
@@ -47,3 +37,5 @@ XDestroyAssocTable(table)
        free((char *)table);
 }
 
+/* arch-tag: a536bf02-8d63-45f2-8c1a-c7f9fd4da2cf
+   (do not change this comment) */