Checkpoint.

This commit is contained in:
wkj 2004-05-16 07:57:50 +00:00
parent 5f1cf8e6fb
commit b237df90f9
19 changed files with 324 additions and 283 deletions

View file

@ -4,7 +4,7 @@ void eqnbox(int p1, int p2, int lu)
{
double b, h;
char *sh;
extern char *IRspace;
/* extern char *IRspace; */ /* not used */
yyval = p1;
b = max(ebase[p1], ebase[p2]);