]> granicus.if.org Git - file/commitdiff
Make two guys static.
authorIan Darwin <ian@darwinsys.com>
Tue, 30 Jun 1992 13:26:20 +0000 (13:26 +0000)
committerIan Darwin <ian@darwinsys.com>
Tue, 30 Jun 1992 13:26:20 +0000 (13:26 +0000)
src/names.h

index cdc641c489bef5826ab4ee0e27dd20ab50190562..ee291f5009ae339f3d166fba2fc46236866bdb82 100644 (file)
@@ -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[] = {