comparison oldXMenu/XDestAssoc.c @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* $XConsortium: XDestAssoc.c,v 10.17 91/02/08 13:11:50 rws Exp $ */
2 /* Copyright Massachusetts Institute of Technology 1985 */ 1 /* Copyright Massachusetts Institute of Technology 1985 */
2 /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
3 3
4 /* 4 /*
5 Permission to use, copy, modify, distribute, and sell this software and its 5 Permission to use, copy, modify, distribute, and sell this software and its
6 documentation for any purpose is hereby granted without fee, provided that 6 documentation for any purpose is hereby granted without fee, provided that
7 the above copyright notice appear in all copies and that both that 7 the above copyright notice appear in all copies and that both that
45 45
46 /* Free the table. */ 46 /* Free the table. */
47 free((char *)table); 47 free((char *)table);
48 } 48 }
49 49
50 /* arch-tag: a536bf02-8d63-45f2-8c1a-c7f9fd4da2cf
51 (do not change this comment) */