comparison oldXMenu/XMakeAssoc.c @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
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 */
3 2
4 /* 3 /*
5 Permission to use, copy, modify, distribute, and sell this software and its 4 Permission to use, copy, modify, distribute, and sell this software and its
6 documentation for any purpose is hereby granted without fee, provided that 5 documentation for any purpose is hereby granted without fee, provided that
98 97
99 /* Insert the new entry. */ 98 /* Insert the new entry. */
100 emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev); 99 emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev);
101 } 100 }
102 101
102 /* arch-tag: d7e3fb8a-f3b3-4c5d-a307-75ca67ec1b49
103 (do not change this comment) */