diff src/faces.c @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents 190b164ddcac
children fdefd0186b75
line wrap: on
line diff
--- a/src/faces.c	Wed Aug 08 12:15:04 2001 +0000
+++ b/src/faces.c	Mon Aug 13 04:46:48 2001 +0000
@@ -150,7 +150,7 @@
      ! plists_differ (f1->plist, f2->plist, 0, 0, depth + 1));
 }
 
-static unsigned long
+static Hash_Code
 face_hash (Lisp_Object obj, int depth)
 {
   Lisp_Face *f = XFACE (obj);