готово, нужно убирать лишнее

This commit is contained in:
Kolan Sh 2011-06-28 13:47:25 +04:00
parent 6c76c882ee
commit 4364c55c16
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
#include "c_const.h"
/* only for debug */
#define __TEX_TABLE_DEBUG 0
#include <stdio.h>
//~ #define __TEX_TABLE_DEBUG 0
//~ #include <stdio.h>
int parse_table(const char *table_source, size_t len, struct table_s *table, struct xerror_s *error)
@ -463,7 +463,7 @@ int parse_table(const char *table_source, size_t len, struct table_s *table, str
break;
}
}
printf("tex_level = %lu\n", tex_level);
table->id = "Drossel1.Table1";
return 0;