summaryrefslogtreecommitdiffstats
path: root/generic/regex.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-01 11:55:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-01 11:55:40 (GMT)
commit74f9c831ac95d109ce2a36f39ee1f6389789bc47 (patch)
treed143605e7972f08cc3bdff1d320ccbe293d9b5f2 /generic/regex.h
parenta2d61902c5917155fc102959689720cf55d07895 (diff)
parentb89c01475a4aa977cfa56b2292504c60de9a7427 (diff)
downloadtcl-74f9c831ac95d109ce2a36f39ee1f6389789bc47.zip
tcl-74f9c831ac95d109ce2a36f39ee1f6389789bc47.tar.gz
tcl-74f9c831ac95d109ce2a36f39ee1f6389789bc47.tar.bz2
Merge tip-548
Diffstat (limited to 'generic/regex.h')
-rw-r--r--generic/regex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/regex.h b/generic/regex.h
index 8845f72..f3159c6 100644
--- a/generic/regex.h
+++ b/generic/regex.h
@@ -151,8 +151,8 @@ typedef struct {
int re_csize; /* sizeof(character) */
char *re_endp; /* backward compatibility kludge */
/* the rest is opaque pointers to hidden innards */
- char *re_guts; /* `char *' is more portable than `void *' */
- char *re_fns;
+ void *re_guts;
+ void *re_fns;
} regex_t;
/* result reporting (may acquire more fields later) */