diff src/xfaces.c @ 11737:9b62959880f4

(region_face, next_face_id): Make static.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 May 1995 17:39:40 +0000
parents 8ab99c3646a7
children ddc5961c9f36
line wrap: on
line diff
--- a/src/xfaces.c	Sun May 07 17:32:17 1995 +0000
+++ b/src/xfaces.c	Sun May 07 17:39:40 1995 +0000
@@ -145,10 +145,10 @@
 /* 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.  */