emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/oldXMenu/XMakeAssoc.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/oldXMenu/XMakeAssoc.c
Date: Tue, 04 Feb 2003 09:19:19 -0500

Index: emacs/oldXMenu/XMakeAssoc.c
diff -c emacs/oldXMenu/XMakeAssoc.c:1.1 emacs/oldXMenu/XMakeAssoc.c:1.2
*** emacs/oldXMenu/XMakeAssoc.c:1.1     Sun Oct  3 15:35:22 1999
--- emacs/oldXMenu/XMakeAssoc.c Tue Feb  4 09:19:01 2003
***************
*** 47,53 ****
        register XAssoc *bucket;
        register XAssoc *Entry;
        register XAssoc *new_entry;
!       
        /* Hash the XId to get the bucket number. */
        hash = x_id & (table->size - 1);
        /* Look up the bucket to get the entries in that bucket. */
--- 47,53 ----
        register XAssoc *bucket;
        register XAssoc *Entry;
        register XAssoc *new_entry;
! 
        /* Hash the XId to get the bucket number. */
        hash = x_id & (table->size - 1);
        /* Look up the bucket to get the entries in that bucket. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]