better error information handling in parse.c

This commit is contained in:
2020-01-03 10:22:23 +00:00
parent c64364ecb1
commit 01464d1fb1
9 changed files with 102 additions and 73 deletions

2
hawk/configure vendored
View File

@@ -18841,7 +18841,7 @@ _ACEOF
fi
done
for ac_func in snprintf _vsnprintf _vsnwprintf strerror_r random_r random
for ac_func in snprintf _vsnprintf _vsnwprintf strerror_r initstate_r srandom_r random_r random
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"