source:
src/dgp/const.hh
@
c03f8a5
Last change on this file since c03f8a5 was e7de6cc, checked in by Tomasz Obrebski <to@…>, 13 years ago | |
---|---|
|
|
File size: 258 bytes |
Rev | Line | |
---|---|---|
[5f4d9c3] | 1 | #ifndef CONST_HH |
2 | #define CONST_HH | |
3 | ||
4 | #define MAXTYPES 32 | |
[e7de6cc] | 5 | #define MAXCATS 4096 |
[5f4d9c3] | 6 | #define MAXFLAGS 64 |
[e7de6cc] | 7 | #define MAXPROPS 16 |
8 | #define MAXNODES 2048 | |
[5f4d9c3] | 9 | #define MAXCONSTRS 32 |
[e7de6cc] | 10 | #define MAXLINE 512 |
[5f4d9c3] | 11 | #define MAXFORMLEN 64 |
12 | #define MAXDESCRLEN 80 | |
13 | #define FIELDSEP " \n\t" | |
14 | ||
15 | #endif |
Note: See TracBrowser
for help on using the repository browser.