From 1ff0c07d8644994a7e139c9b7189741aea3d24e6 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 29 Jun 2011 11:57:01 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=88=D0=B8=D0=BB=20=D1=81=D0=B4?= =?UTF-8?q?=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=20=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BD=D0=B0=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D1=8B=20=D0=B2=D0=BD=D1=83=D1=82=D1=80=D0=B8=20=D0=BE?= =?UTF-8?q?=D0=B4=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BF=D0=B0=D1=80=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=B0=20=D1=81=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8F?= =?UTF-8?q?=D0=BC=D0=B8,=20=D0=BD=D0=B5=D0=B6=D0=B5=D0=BB=D0=B8=20=D0=BE?= =?UTF-8?q?=D1=82=D0=B4=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=BF=D0=B0?= =?UTF-8?q?=D1=80=D1=81=D0=B5=D1=80=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=B0?= =?UTF-8?q?=D0=B6=D0=B4=D0=BE=D0=B3=D0=BE=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c/tex_parser/tex_parser_tags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/tex_parser/tex_parser_tags.h b/c/tex_parser/tex_parser_tags.h index 65215dd..1b1e340 100644 --- a/c/tex_parser/tex_parser_tags.h +++ b/c/tex_parser/tex_parser_tags.h @@ -1,5 +1,5 @@ -#ifndef TEX_PARSER_TAGS_H -#define TEX_PARSER_TAGS_H +#ifndef _TEX_PARSER_TAGS_H +#define _TEX_PARSER_TAGS_H const char * const TEX_TAG_BEGIN = "begin"; const char * const TEX_TAG_CLINE = "cline";