diff --git a/c/tex_parser/tex_parser.c b/c/tex_parser/tex_parser.c index 6da218f..02a3679 100644 --- a/c/tex_parser/tex_parser.c +++ b/c/tex_parser/tex_parser.c @@ -157,9 +157,9 @@ void tex_parse(const char *source, size_t len, struct tex_struct_s **tex_struct, #endif where_stack[tex_level--] = IN_UNDEF; - if (tex_level && where_stack[tex_level - 1] == IN_TAG_BEGIN - && !strcmp(param, TEX_PARAM_TABLE)) - where_stack[tex_level++] = IN_TABLE;//?????????????????????? + //~ if (tex_level && where_stack[tex_level - 1] == IN_TAG_BEGIN + //~ && !strcmp(param, TEX_PARAM_TABLE)) + //~ where_stack[tex_level++] = IN_TABLE;//?????????????????????? } else if (c == '\\') { // new tag zclear(&tag);