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
+2 -1
View File
@@ -97,11 +97,12 @@ process(void)
{
struct s_command *cp;
SPACE tspace;
size_t oldpsl = 0;
size_t oldpsl;
char *p;
int oldpsanl;
p = NULL;
oldpsanl = oldpsl = 0;
for (linenum = 0; mf_fgets(&PS, REPLACE);) {
pd = 0;