Rev 8177 | Rev 14873 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8177 | Rev 8185 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
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" */ |
- | |
21 | 20 | ||
22 | #include <regex.h> |
21 | #include <regex.h> |
23 | #include "../../ |
22 | #include "../../Lib/libwims.h" |
24 | 23 | ||
25 | /* maximal number of object lines */ |
24 | /* maximal number of object lines */ |
26 | #define MAX_OBJLINES 2048 |
25 | #define MAX_OBJLINES 2048 |
27 | /* maximal number of cuts */ |
26 | /* maximal number of cuts */ |
28 | #define MAX_COMMAS 1024 |
27 | #define MAX_COMMAS 1024 |