make error code checking strict

This commit is contained in:
Dr. Stephen Henson 2011-12-27 15:17:50 +00:00
parent 5c05f69450
commit 578519edd0

View File

@ -468,7 +468,7 @@ tags:
errors:
$(PERL) util/mkerr.pl -recurse -write
(cd engines; $(MAKE) PERL=$(PERL) errors)
$(PERL) util/ck_errf.pl */*.c */*/*.c
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c
stacks:
$(PERL) util/mkstack.pl -write