renamed ch7xxx to ch3xxx

This commit is contained in:
eck
1989-10-23 13:00:35 +00:00
parent 49d31eaeff
commit 741b43044d
4 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
#include "Lpars.h"
#include "arith.h"
ch7bin(pval, oper, val)
ch3bin(pval, oper, val)
register arith *pval, val;
int oper;
{