sed(1): Appease older GCC.

This commit is contained in:
Pedro F. Giffuni 2016-07-21 14:17:36 +00:00
parent 852047d66a
commit f05dbca7c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303146

View File

@ -97,11 +97,12 @@ process(void)
{ {
struct s_command *cp; struct s_command *cp;
SPACE tspace; SPACE tspace;
size_t oldpsl = 0; size_t oldpsl;
char *p; char *p;
int oldpsanl; int oldpsanl;
p = NULL; p = NULL;
oldpsanl = oldpsl = 0;
for (linenum = 0; mf_fgets(&PS, REPLACE);) { for (linenum = 0; mf_fgets(&PS, REPLACE);) {
pd = 0; pd = 0;