From: Andreas Schwab Date: Sun, 13 Jun 2004 14:50:07 +0000 (+0000) Subject: (face_attr_equal_p): Declare parameters. X-Git-Tag: ttn-vms-21-2-B4~5801 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ebc09397fcc7be59d58303ffa06aa115488466f;p=emacs.git (face_attr_equal_p): Declare parameters. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1a2fc38f37c..d98e9fa21ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-06-13 Andreas Schwab + + * xfaces.c (face_attr_equal_p): Declare parameters. + 2004-06-13 Kenichi Handa * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1. diff --git a/src/xfaces.c b/src/xfaces.c index b6b4140e729..677bee25aff 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -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. */