From f8758da5318b116fb90d1222e08f3db3b337969e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 7 May 1995 17:39:40 +0000 Subject: [PATCH] (region_face, next_face_id): Make static. --- src/xfaces.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index 04ed1b23095..1dfe6bb2292 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -145,10 +145,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Definitions and declarations. */ /* The number of face-id's in use (same for all frames). */ -int next_face_id; +static int next_face_id; /* The number of the face to use to indicate the region. */ -int region_face; +static int region_face; /* This is what appears in a slot in a face to signify that the face does not specify that display aspect. */ -- 2.39.5