Rev 8136 | Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8136 | Rev 8177 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | */ |
16 | */ |
17 | 17 | ||
18 | /* Mathematical expression manipulations for WIMS, header declarations */ |
18 | /* Mathematical expression manipulations for WIMS, header declarations */ |
19 | 19 | ||
20 | /* #include "../../Lib/libwims.h" */ |
20 | /* #include "../../Lib/libwims.h" */ |
21 | #include "../../wims.h" |
- | |
- | 21 | ||
22 | #include <regex.h> |
22 | #include <regex.h> |
- | 23 | #include "../../wims.h" |
|
23 | 24 | ||
24 | /* maximal number of object lines */ |
25 | /* maximal number of object lines */ |
25 | #define MAX_OBJLINES 2048 |
26 | #define MAX_OBJLINES 2048 |
26 | /* maximal number of cuts */ |
27 | /* maximal number of cuts */ |
27 | #define MAX_COMMAS 1024 |
28 | #define MAX_COMMAS 1024 |