X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/5f4b8e7ae6b2b337c15e537ae6dcc3fad12e360f..44232d5b51d0e89cd8d1dac22e80bc97c44dbc70:/usr/src/usr.bin/ex/ex_cmds.c diff --git a/usr/src/usr.bin/ex/ex_cmds.c b/usr/src/usr.bin/ex/ex_cmds.c index 3939db575d..d577f8976c 100644 --- a/usr/src/usr.bin/ex/ex_cmds.c +++ b/usr/src/usr.bin/ex/ex_cmds.c @@ -260,7 +260,9 @@ doecmd: setnoaddr(); filename(c); noonl(); +/* synctmp(); +*/ continue; /* global */ @@ -596,7 +598,7 @@ quit: tail("version"); setNAEOL(); /* should use SCCS subst here */ - printf("Version 3.1, November 11, 1979"); + printf("Version 3.2, January 4, 1980"); noonl(); continue;