files from last release. ex-050325

This commit is contained in:
2024-10-10 18:04:47 +00:00
parent 0793775912
commit 2c0c217bb6
58 changed files with 7236 additions and 430 deletions

View File

@@ -72,7 +72,7 @@
*
* from ex_re.h 7.3 (Berkeley) 5/31/85
*
* Sccsid @(#)ex_re.h 1.24 (gritter) 8/4/05
* @(#)ex_re.h 1.22 (gritter) 2/19/05
*/
/*
@@ -85,7 +85,7 @@
* more and alternation.)
*/
struct regexp {
char *Patbuf;
char Patbuf[2*LBSIZE + 1];
long Re_ident;
void *Expbuf;
bool Circfl;