Added "static" to c table.
authorElan Amir <elan@ucbvax.Berkeley.EDU>
Tue, 18 May 1993 05:21:16 +0000 (21:21 -0800)
committerElan Amir <elan@ucbvax.Berkeley.EDU>
Tue, 18 May 1993 05:21:16 +0000 (21:21 -0800)
SCCS-vsn: usr.bin/file/file.c 5.5

usr/src/usr.bin/file/file.c

index 86ead25..767e44b 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)file.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)file.c     5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -45,7 +45,7 @@ char *fort[] = {
 char *asc[] = {
        "chmk","mov","tst","clr","jmp",0};
 char *c[] = {
 char *asc[] = {
        "chmk","mov","tst","clr","jmp",0};
 char *c[] = {
-       "int","char","float","double","struct","extern",0};
+       "int","char","float","double","struct","extern", "static",0};
 char *as[] = {
        "globl","byte","align","text","data","comm",0};
 char *sh[] = {
 char *as[] = {
        "globl","byte","align","text","data","comm",0};
 char *sh[] = {