diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-09 19:36:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-09 19:36:05 +0200 |
commit | 55597dfc375615c45377aad508db826caf6b0bdf (patch) | |
tree | 0904320d2b2c844a806217a38efe8d2358bcaeee /doc/API | |
parent | dc546147cf8df064e1ea40cc4c339648e7def040 (diff) | |
parent | f42b61800a1a1b360c5ac915ec1caf34bf1fb86b (diff) |
Merge tag 'upstream/6.2.0'
Upstream version 6.2.0
Diffstat (limited to 'doc/API')
-rw-r--r-- | doc/API | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -629,6 +629,20 @@ Oniguruma API Version 6.1.0 2016/08/22 normal return: ONIG_NORMAL +# unsigned int onig_get_parse_depth_limit(void) + + Return the maximum depth of parser recursion. + (default: DEFAULT_PARSE_DEPTH_LIMIT defined in regint.h. Currently 4096.) + + +# int onig_set_parse_depth_limit(unsigned int depth) + + Set the maximum depth of parser recursion. + (depth = 0: Set to the default value defined in regint.h.) + + normal return: ONIG_NORMAL + + # int onig_end(void) The use of this library is finished. |