/[emacs]/emacs/oldXMenu/XMakeAssoc.c
ViewVC logotype

Diff of /emacs/oldXMenu/XMakeAssoc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by fx, Sun Oct 3 19:35:22 1999 UTC revision 1.1.18.1 by miles, Fri Apr 4 06:20:52 2003 UTC
# Line 47  XMakeAssoc(dpy, table, x_id, data) Line 47  XMakeAssoc(dpy, table, x_id, data)
47          register XAssoc *bucket;          register XAssoc *bucket;
48          register XAssoc *Entry;          register XAssoc *Entry;
49          register XAssoc *new_entry;          register XAssoc *new_entry;
50            
51          /* Hash the XId to get the bucket number. */          /* Hash the XId to get the bucket number. */
52          hash = x_id & (table->size - 1);          hash = x_id & (table->size - 1);
53          /* Look up the bucket to get the entries in that bucket. */          /* Look up the bucket to get the entries in that bucket. */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26