From da124ca5126e2c1e89f22e938ac1fc431887d382 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 6 Jul 2011 19:12:03 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D1=80=D0=B0=20=D0=B4=D0=BE=D0=BC?= =?UTF-8?q?=D0=BE=D0=B9...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c/tex_parser/tex_parser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);