1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(face_attr_equal_p): Declare parameters.

This commit is contained in:
Andreas Schwab 2004-06-13 14:50:07 +00:00
parent c04ebd1d5e
commit 3ebc09397f
2 changed files with 5 additions and 0 deletions

View 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.

View 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. */