aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/regint.h b/regint.h
index c389477211..3abc8809c9 100644
--- a/regint.h
+++ b/regint.h
@@ -193,6 +193,8 @@ extern pthread_mutex_t gOnigMutex;
#define USE_UPPER_CASE_TABLE
#else
+#define CHECK_INTERRUPT_IN_MATCH_AT
+
#define st_init_table onig_st_init_table
#define st_init_table_with_size onig_st_init_table_with_size
#define st_init_numtable onig_st_init_numtable
@@ -213,8 +215,6 @@ extern pthread_mutex_t gOnigMutex;
/* */
#define onig_st_is_member st_is_member
-#define CHECK_INTERRUPT_IN_MATCH_AT
-
#endif
#define STATE_CHECK_STRING_THRESHOLD_LEN 7
@@ -913,9 +913,7 @@ typedef struct {
extern OnigOpInfoType OnigOpInfo[];
-#ifdef ONIG_DEBUG
extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar* bpend, UChar** nextp, OnigEncoding enc));
-#endif
#ifdef ONIG_DEBUG_STATISTICS
extern void onig_statistics_init P_((void));