]> git.eshelyaron.com Git - emacs.git/commitdiff
(face_attr_equal_p): Declare parameters.
authorAndreas Schwab <schwab@suse.de>
Sun, 13 Jun 2004 14:50:07 +0000 (14:50 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 13 Jun 2004 14:50:07 +0000 (14:50 +0000)
src/ChangeLog
src/xfaces.c

index 1a2fc38f37c11d8490c5e2794b0bf55435a03940..d98e9fa21ec4c0b97586f40c3bdbc210bfde1b0e 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-13  Andreas Schwab  <schwab@suse.de>
+
+       * xfaces.c (face_attr_equal_p): Declare parameters.
+
 2004-06-13  Kenichi Handa  <handa@m17n.org>
 
        * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
index b6b4140e729b180d69d82e8f2514232dc4bfe742..677bee25aff634685c4521e380f268c82d6a79c7 100644 (file)
@@ -4912,6 +4912,7 @@ If FRAME is omitted or nil, use the selected frame.  */)
 
 static INLINE int
 face_attr_equal_p (v1, v2)
+     Lisp_Object v1, v2;
 {
   /* Type can differ, e.g. when one attribute is unspecified, i.e. nil,
      and the other is specified.  */