X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/80a00278ab3eff1f2f14fe1ec76019cbf5277c72..a49da89917e7aecb573a6fdeceee6c02d7682598:/usr/src/cmd/file.c diff --git a/usr/src/cmd/file.c b/usr/src/cmd/file.c index b431a4a8ee..f0f53e63b1 100644 --- a/usr/src/cmd/file.c +++ b/usr/src/cmd/file.c @@ -13,11 +13,11 @@ char *fort[] = { "function","subroutine","common","dimension","block","integer", "real","data","double",0}; char *asc[] = { - "sys","mov","tst","clr","jmp",0}; + "chmk","mov","tst","clr","jmp",0}; char *c[] = { "int","char","float","double","struct","extern",0}; char *as[] = { - "globl","byte","even","text","data","bss","comm",0}; + "globl","byte","align","text","data","comm",0}; int ifile; main(argc, argv)