summaryrefslogtreecommitdiffstats
path: root/generic/regerror.c
diff options
context:
space:
mode:
authorstanton <stanton>1998-11-11 01:44:46 (GMT)
committerstanton <stanton>1998-11-11 01:44:46 (GMT)
commit0a41c61107c36da0a8e4ca0fc259149e3bc1956d (patch)
tree37f7fe5f0b8a64e08aae1446bb8cdd4516256a01 /generic/regerror.c
parent3774776e7bc507091c0793c14cfd8fb45484e054 (diff)
downloadtcl-0a41c61107c36da0a8e4ca0fc259149e3bc1956d.zip
tcl-0a41c61107c36da0a8e4ca0fc259149e3bc1956d.tar.gz
tcl-0a41c61107c36da0a8e4ca0fc259149e3bc1956d.tar.bz2
integrated latest regexp updates from Henry Spencer, includes new
regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior
Diffstat (limited to 'generic/regerror.c')
-rw-r--r--generic/regerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/regerror.c b/generic/regerror.c
index 5eb67a7..7fb2ef3 100644
--- a/generic/regerror.c
+++ b/generic/regerror.c
@@ -15,7 +15,7 @@ static struct rerr {
} rerrs[] = {
/* the actual table is built from regex.h */
# include "regerrs.h"
- -1, "", "oops", /* explanation special-cased in code */
+ { -1, "", "oops" }, /* explanation special-cased in code */
};
/*