source: app/src/dgp/const.hh @ a26cf42

Last change on this file since a26cf42 was 9ace5d2, checked in by obrebski <obrebski@…>, 16 years ago

trochę zmian

M app/doc/utt.texinfo
M app/src/dgp/sgraph.hh
M app/src/dgp/const.hh
M app/src/dgp/grammar.hh
M app/src/dgp/thesymbols.hh
M app/src/dgp/dgc
M app/src/dgp/sgraph.cc
M app/src/dgp/grammar.cc

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@63 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

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