Skip to content

Commit

Permalink
Merge pull request #1908 from matt335672/streamcheck-fix
Browse files Browse the repository at this point in the history
Fixes --enable-devel-streamcheck (update to #1887)
  • Loading branch information
matt335672 authored Jun 2, 2021
2 parents 148000c + 09d4e1d commit d126a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void
parser_stream_overflow_check(const struct stream *s, int n, int is_out,
const char *file, int line);

#ifdef USE_STREAMCHECK
#ifdef USE_DEVEL_STREAMCHECK
# define S_CHECK_REM(s,n) \
parser_stream_overflow_check((s), (n), 0, __FILE__, __LINE__)
# define S_CHECK_REM_OUT(s,n) \
Expand Down

0 comments on commit d126a31

Please sign in to comment.