X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/2b84abb596f52ab2068d52108adc96838ad4340a..31cef89cb428866f787983e68246030321893df4:/usr/src/cmd/ex/ex_re.h diff --git a/usr/src/cmd/ex/ex_re.h b/usr/src/cmd/ex/ex_re.h index 500d5d5a96..bc4f651faf 100644 --- a/usr/src/cmd/ex/ex_re.h +++ b/usr/src/cmd/ex/ex_re.h @@ -1,4 +1,5 @@ -/* Copyright (c) 1979 Regents of the University of California */ +/* Copyright (c) 1980 Regents of the University of California */ +/* sccs id: @(#)ex_re.h 6.1 10/18/80 */ /* * Regular expression definitions. * The regular expressions in ex are similar to those in ed, @@ -59,7 +60,7 @@ char rhsbuf[RHSSIZE]; /* Rhs of last substitute */ #define CCL 8 #define NCCL 12 #define CDOL 16 -#define CEOF 17 +#define CEOFC 17 #define CKET 18 #define CCHR 20 #define CBRC 24