diff src/xfaces.c @ 111640:8bd4a845ba2a

* src/xfaces.c (lookup_face): Make static. * src/dispnew.c (copy_row_except_pointers): Likewise. * src/syntax.c (dec_bytepos): Likewise. (inc_bytepos): Remove. * src/dispextern.h (lookup_face): Remove declaration.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 20 Nov 2010 11:07:00 +0100
parents d9b0552c39a6
children 417b1e4d63cd
line wrap: on
line diff
--- a/src/xfaces.c	Sat Nov 20 01:18:17 2010 +0000
+++ b/src/xfaces.c	Sat Nov 20 11:07:00 2010 +0100
@@ -4540,7 +4540,7 @@
    Value is the ID of the face found.  If no suitable face is found,
    realize a new one.  */
 
-INLINE int
+static INLINE int
 lookup_face (struct frame *f, Lisp_Object *attr)
 {
   struct face_cache *cache = FRAME_FACE_CACHE (f);