summaryrefslogtreecommitdiffstats
path: root/generic/regex.h
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2008-05-02 10:27:04 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2008-05-02 10:27:04 (GMT)
commit9f62b4c3bc6f741a9a72d4ec1af0ed933c981120 (patch)
treea2961d8a6ed11aa358d492acf28db69f5b9ea4a0 /generic/regex.h
parentdc7eb56dbeb345da2f193d9e353b86d97adef446 (diff)
downloadtcl-9f62b4c3bc6f741a9a72d4ec1af0ed933c981120.zip
tcl-9f62b4c3bc6f741a9a72d4ec1af0ed933c981120.tar.gz
tcl-9f62b4c3bc6f741a9a72d4ec1af0ed933c981120.tar.bz2
More elimination of pre-C89-isms.
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