comparison oldXMenu/XMakeAssoc.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: XMakeAssoc.c,v 10.18 91/01/06 12:09:28 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
98 98
99 /* Insert the new entry. */ 99 /* Insert the new entry. */
100 emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev); 100 emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev);
101 } 101 }
102 102
103 /* arch-tag: d7e3fb8a-f3b3-4c5d-a307-75ca67ec1b49
104 (do not change this comment) */