
15 Jun
2016
15 Jun
'16
6:47 a.m.
On Tue, Jun 14, 2016 at 15:07:28 +0200, Ján Tomko wrote:
The prohibit_nonreentrant syntax-check rule spawns a new shell for every non-reentrant function we know, to make it easier to mention the function name in the error message, with the _r appended.
Since the line with the offending function is already printed and some of the functions on our list do not have a _r counterpart, compile them into one big regex and use a more generic error message to save time. --- Makefile.nonreentrant | 8 ++++++++ cfg.mk | 13 +++---------- 2 files changed, 11 insertions(+), 10 deletions(-)
ACK