diff options
| author | Andreas Schwab | 2004-06-13 14:50:07 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-06-13 14:50:07 +0000 |
| commit | 3ebc09397fcc7be59d58303ffa06aa115488466f (patch) | |
| tree | 65aee8beaaf181b281cfda57e0057f8b82580413 | |
| parent | c04ebd1d5e3c97645e1914101dcdf5806db45b2d (diff) | |
| download | emacs-3ebc09397fcc7be59d58303ffa06aa115488466f.tar.gz emacs-3ebc09397fcc7be59d58303ffa06aa115488466f.zip | |
(face_attr_equal_p): Declare parameters.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xfaces.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1a2fc38f37c..d98e9fa21ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-06-13 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * xfaces.c (face_attr_equal_p): Declare parameters. | ||
| 4 | |||
| 1 | 2004-06-13 Kenichi Handa <handa@m17n.org> | 5 | 2004-06-13 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1. | 7 | * 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. */) | |||
| 4912 | 4912 | ||
| 4913 | static INLINE int | 4913 | static INLINE int |
| 4914 | face_attr_equal_p (v1, v2) | 4914 | face_attr_equal_p (v1, v2) |
| 4915 | Lisp_Object v1, v2; | ||
| 4915 | { | 4916 | { |
| 4916 | /* Type can differ, e.g. when one attribute is unspecified, i.e. nil, | 4917 | /* Type can differ, e.g. when one attribute is unspecified, i.e. nil, |
| 4917 | and the other is specified. */ | 4918 | and the other is specified. */ |