X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/5f4b8e7ae6b2b337c15e537ae6dcc3fad12e360f..44232d5b51d0e89cd8d1dac22e80bc97c44dbc70:/usr/src/usr.bin/ex/ex_argv.h diff --git a/usr/src/usr.bin/ex/ex_argv.h b/usr/src/usr.bin/ex/ex_argv.h index 7ce9dba5eb..666045b3a5 100644 --- a/usr/src/usr.bin/ex/ex_argv.h +++ b/usr/src/usr.bin/ex/ex_argv.h @@ -14,7 +14,7 @@ short argc; short argc0; short morargc; /* Used with "More files to edit..." */ -short firstln; /* From +lineno */ +int firstln; /* From +lineno */ char *firstpat; /* From +/pat */ /* Yech... */