diff options
Diffstat (limited to 'generic/regex.h')
-rw-r--r-- | generic/regex.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/generic/regex.h b/generic/regex.h index 9466fbb..b5dce50 100644 --- a/generic/regex.h +++ b/generic/regex.h @@ -1,8 +1,5 @@ #ifndef _REGEX_H_ #define _REGEX_H_ /* never again */ - -#include "tclInt.h" - /* * regular expressions * @@ -107,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 @@ -323,11 +320,3 @@ MODULE_SCOPE size_t regerror(int, __REG_CONST regex_t *, char *, size_t); #endif #endif - -/* - * Local Variables: - * mode: c - * c-basic-offset: 4 - * fill-column: 78 - * End: - */ |