Rev 8136 | Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8136 | Rev 8185 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | */ |
16 | */ |
17 | 17 | ||
18 | /* Mathematical expression manipulations for WIMS */ |
18 | /* Mathematical expression manipulations for WIMS */ |
19 | 19 | ||
20 | #include "mathexp.h" |
20 | #include "mathexp.h" |
21 | #include "../../Lib/libwims.h" |
- | |
22 | 21 | ||
23 | char parmbuf[MAX_LINELEN+1]; |
22 | char parmbuf[MAX_LINELEN+1]; |
24 | char *objline[MAX_OBJLINES]; |
23 | char *objline[MAX_OBJLINES]; |
25 | int objlinecnt, thisobjline, thislinelen; |
24 | int objlinecnt, thisobjline, thislinelen; |
26 | int expl1, expl2; |
25 | int expl1, expl2; |