aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2004-06-13 14:50:07 +0000
committerAndreas Schwab <[email protected]>2004-06-13 14:50:07 +0000
commit3ebc09397fcc7be59d58303ffa06aa115488466f (patch)
tree65aee8beaaf181b281cfda57e0057f8b82580413 /src/xfaces.c
parentc04ebd1d5e3c97645e1914101dcdf5806db45b2d (diff)
(face_attr_equal_p): Declare parameters.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r--src/xfaces.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index b6b4140e72..677bee25af 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. */