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