many minor mods

This commit is contained in:
ceriel
1988-03-23 17:44:25 +00:00
parent 3c204ee395
commit e511419efc
13 changed files with 92 additions and 69 deletions

View File

@@ -1407,7 +1407,6 @@ int (*ExprChkTable[])() = {
done_before,
NodeCrash,
ChkExLinkOrName,
NodeCrash
};
int (*DesigChkTable[])() = {
@@ -1423,5 +1422,4 @@ int (*DesigChkTable[])() = {
done_before,
NodeCrash,
ChkLinkOrName,
NodeCrash
};