From de2ec5345f26f963012e7fc785a94dc378c5f416 Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Tue, 30 Jun 1992 13:26:20 +0000 Subject: [PATCH] Make two guys static. --- src/names.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/names.h b/src/names.h index cdc641c4..ee291f50 100644 --- a/src/names.h +++ b/src/names.h @@ -27,7 +27,7 @@ #define L_MAIL 7 /* Electronic mail */ #define L_NEWS 8 /* Usenet Netnews */ -char *types[] = { +static char *types[] = { "c program text", "fortran program text", "make commands text" , @@ -40,7 +40,7 @@ char *types[] = { "can't happen error on names.h/types", 0}; -struct names { +static struct names { char *name; short type; } names[] = { -- 2.40.0