Fixes --enable-devel-streamcheck

This commit is contained in:
matt335672 2021-06-02 15:52:49 +01:00
parent 148000c46b
commit 09d4e1db14

View File

@ -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) \