fixed HS initialization bug; swapping HS (`x') before a hold (`h')

command set the pattern space to NULL
This commit is contained in:
alm 1993-05-08 10:08:44 +00:00
parent 3626e0f0c8
commit f50fa96eef
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static char sccsid[] = "@(#)process.c 5.10 (Berkeley) 12/2/92";
#include "defs.h"
#include "extern.h"
static SPACE HS, PS, SS;
static SPACE HS = {""}, PS, SS;
#define pd PS.deleted
#define ps PS.space
#define psl PS.len