]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/XLookAssoc.c
Merge from trunk.
[gnu-emacs] / oldXMenu / XLookAssoc.c
index 0ab71c3e78b99e6fc446148d9764688b3951cb6f..e287ebbaa72144c96371b7b8de8ebecabc52490a 100644 (file)
  * in the table the routine will return a NULL pointer.  All XId's are relative
  * to the currently active Display.
  */
-caddr_t XLookUpAssoc(dpy, table, x_id)
-        register Display *dpy;
-       register XAssocTable *table;    /* XAssocTable to search in. */
-       register XID x_id;                      /* XId to search for. */
+caddr_t XLookUpAssoc(register Display *dpy, register XAssocTable *table, register XID x_id)
+                              
+                                       /* XAssocTable to search in. */
+                                               /* XId to search for. */
 {
        int hash;
        register XAssoc *bucket;
@@ -56,5 +56,3 @@ caddr_t XLookUpAssoc(dpy, table, x_id)
        return(NULL);
 }
 
-/* arch-tag: d5075d0c-4b71-467d-b33c-3f5c4c4afcf2
-   (do not change this comment) */