7 lines
97 B
C
7 lines
97 B
C
#ifndef _TEX_PARSER_CONST_H
|
|
#define _TEX_PARSER_CONST_H
|
|
|
|
#define MAX_TEX_STACK_LEVEL 128
|
|
|
|
#endif
|