source:
src/dgp/const.hh
@
5f4d9c3
| Last change on this file since 5f4d9c3 was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 14 years ago | |
|---|---|
|
|
| File size: 217 bytes | |
| Line | |
|---|---|
| 1 | #ifndef CONST_HH |
| 2 | #define CONST_HH |
| 3 | |
| 4 | #define MAXTYPES 32 |
| 5 | #define MAXFLAGS 64 |
| 6 | #define MAXNODES 1024 |
| 7 | #define MAXCONSTRS 32 |
| 8 | #define MAXLINE 256 |
| 9 | #define MAXFORMLEN 64 |
| 10 | #define MAXDESCRLEN 80 |
| 11 | #define FIELDSEP " \n\t" |
| 12 | |
| 13 | #endif |
Note: See TracBrowser
for help on using the repository browser.