Let integers use up 2 tags to give them one extra bit and double their range.
[bpt/emacs.git] / src / xfaces.c
index 2b6df64..9da3cc7 100644 (file)
@@ -4085,7 +4085,7 @@ face_attr_equal_p (v1, v2)
 
       return bcmp (SDATA (v1), SDATA (v2), SBYTES (v1)) == 0;
 
-    case Lisp_Int:
+    case_Lisp_Int:
     case Lisp_Symbol:
       return 0;