Module Name: src
Committed By: rin
Date: Sun Nov 19 13:21:03 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-backtrack.c
Log Message:
ret should be reg_errcode_t.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/tre/dist/lib/tre-match-backtrack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/tre/dist/lib/tre-match-backtrack.c
diff -u src/external/bsd/tre/dist/lib/tre-match-backtrack.c:1.5 src/external/bsd/tre/dist/lib/tre-match-backtrack.c:1.6
--- src/external/bsd/tre/dist/lib/tre-match-backtrack.c:1.5 Fri Nov 17 16:14:30 2017
+++ src/external/bsd/tre/dist/lib/tre-match-backtrack.c Sun Nov 19 13:21:02 2017
@@ -230,7 +230,7 @@ tre_tnfa_run_backtrack(const tre_tnfa_t
tre_tnfa_transition_t *trans_i;
regmatch_t *pmatch = NULL;
- int ret;
+ reg_errcode_t ret;
#ifdef TRE_MBSTATE
memset(&mbstate, '\0', sizeof(mbstate));