dev/c/tex_parser/tex_parser_const.h

7 lines
97 B
C

#ifndef _TEX_PARSER_CONST_H
#define _TEX_PARSER_CONST_H
#define MAX_TEX_STACK_LEVEL 128
#endif