summaryrefslogtreecommitdiffstats
path: root/generic/regex.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2008-05-02 10:27:03 (GMT)
committerdkf <dkf@noemail.net>2008-05-02 10:27:03 (GMT)
commit3a6f388db483516535cc4015ff7252ca64a280ec (patch)
treea2961d8a6ed11aa358d492acf28db69f5b9ea4a0 /generic/regex.h
parent3241dd8431b925f618db4959dc2f593aaabd34d2 (diff)
downloadtcl-3a6f388db483516535cc4015ff7252ca64a280ec.zip
tcl-3a6f388db483516535cc4015ff7252ca64a280ec.tar.gz
tcl-3a6f388db483516535cc4015ff7252ca64a280ec.tar.bz2
More elimination of pre-C89-isms.
FossilOrigin-Name: 27caec3459c6d0a42da22078c41eb35bf4661ebf
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 fa86092..f6d4eb4 100644
--- a/generic/regex.h
+++ b/generic/regex.h
@@ -104,8 +104,8 @@ extern "C" {
/* interface types */
#define __REG_WIDE_T Tcl_UniChar
#define __REG_REGOFF_T long /* not really right, but good enough... */
-#define __REG_VOID_T VOID
-#define __REG_CONST CONST
+#define __REG_VOID_T void
+#define __REG_CONST const
/* names and declarations */
#define __REG_WIDE_COMPILE TclReComp
#define __REG_WIDE_EXEC TclReExec