source: _old/app/src/dgp/const.hh @ 8f395c8

Last change on this file since 8f395c8 was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • 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.