Added the possibility to disable range-checks

This commit is contained in:
ceriel
1987-08-11 10:50:30 +00:00
parent d0b452373b
commit a7b7fa4162
8 changed files with 71 additions and 18 deletions

View File

@@ -1330,5 +1330,5 @@ int (*DesigChkTable[])() = {
done_before,
NodeCrash,
ChkLinkOrName,
done_before
NodeCrash
};