]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/XDestAssoc.c
src/makefile.w32-in: Simplify OBJ macros.
[gnu-emacs] / oldXMenu / XDestAssoc.c
index 452dd223bd8ffccc77f4baacc21b4d99233e9986..c2dd8d4d89ba2d8c689147c557e35927beb7bb90 100644 (file)
@@ -1,27 +1,16 @@
-/* $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;
+XDestroyAssocTable(register XAssocTable *table)
 {
        register int i;
        register XAssoc *bucket;
@@ -47,3 +36,5 @@ XDestroyAssocTable(table)
        free((char *)table);
 }
 
+/* arch-tag: a536bf02-8d63-45f2-8c1a-c7f9fd4da2cf
+   (do not change this comment) */