# HG changeset patch # User Richard M. Stallman # Date 799868380 0 # Node ID 9b62959880f458de07f7ca7bf73f7abfe669dfb7 # Parent 07ac8009368c5c7a174b62a4fe8887d2256f75cc (region_face, next_face_id): Make static. diff -r 07ac8009368c -r 9b62959880f4 src/xfaces.c --- 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. */