summaryrefslogtreecommitdiff
path: root/src/ascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ascii.c')
-rw-r--r--src/ascii.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ascii.c b/src/ascii.c
index f2dc0d3..4d59092 100644
--- a/src/ascii.c
+++ b/src/ascii.c
@@ -2,7 +2,7 @@
ascii.c - Oniguruma (regular expression library)
**********************************************************************/
/*-
- * Copyright (c) 2002-2019 K.Kosako
+ * Copyright (c) 2002-2024 K.Kosako
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -44,6 +44,9 @@ init(void)
name = "FAIL"; BC0_P(name, fail);
name = "MISMATCH"; BC0_P(name, mismatch);
+#ifdef USE_SKIP_SEARCH
+ name = "SKIP"; BC0_P(name, skip);
+#endif
name = "MAX";
args[0] = ONIG_TYPE_TAG | ONIG_TYPE_LONG;