BSD 4 release
[unix-history] / usr / src / cmd / ex / ex_re.h
index 500d5d5..bc4f651 100644 (file)
@@ -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,
 /*
  * 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        CCL     8
 #define        NCCL    12
 #define        CDOL    16
-#define        CEOF    17
+#define        CEOFC   17
 #define        CKET    18
 #define        CCHR    20
 #define        CBRC    24
 #define        CKET    18
 #define        CCHR    20
 #define        CBRC    24