source: src/dgp/const.hh @ 354ba3d

Last change on this file since 354ba3d was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 13 years ago

Rewritten the build system, added lem UTF-8 version.

  • Property mode set to 100644
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.