source:
app/src/dgp/const.hh
@
a8ac59a
Last change on this file since a8ac59a was 0214596, checked in by pawelk <pawelk@…>, 17 years ago | |
---|---|
|
|
File size: 197 bytes |
Line | |
---|---|
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.