summaryrefslogtreecommitdiff
path: root/jim-regexp.c
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-08-12 12:27:33 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:50 +1000
commit4374aaf2b8c59544f9c39ededfdfe659eae9c9c0 (patch)
treed2df29aa83e80b0b2f82ed713a7aaf78f30813e6 /jim-regexp.c
parent0f4cb39eb1ebaf3cc931b450b517a177beb8c05e (diff)
Improvements to jim configure
Create and use config.h Check for backtrace, fork, vfork, syslog, regcomp and others Disable extensions which require missing functions/features Check for one arg vs. two arg mkdir() Distinguish between mingw and native windows The aio extension has reduced functionality for ANSI C only Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim-regexp.c')
-rw-r--r--jim-regexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/jim-regexp.c b/jim-regexp.c
index f8e911d..663c303 100644
--- a/jim-regexp.c
+++ b/jim-regexp.c
@@ -51,7 +51,6 @@
#include <string.h>
#include <regex.h>
-#define JIM_EXTENSION
#include "jim.h"
void FreeRegexpInternalRep(Jim_Interp *interp, Jim_Obj *objPtr)