готово, нужно убирать лишнее
This commit is contained in:
parent
6c76c882ee
commit
4364c55c16
|
@ -8,8 +8,8 @@
|
||||||
#include "c_const.h"
|
#include "c_const.h"
|
||||||
|
|
||||||
/* only for debug */
|
/* only for debug */
|
||||||
#define __TEX_TABLE_DEBUG 0
|
//~ #define __TEX_TABLE_DEBUG 0
|
||||||
#include <stdio.h>
|
//~ #include <stdio.h>
|
||||||
|
|
||||||
|
|
||||||
int parse_table(const char *table_source, size_t len, struct table_s *table, struct xerror_s *error)
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf("tex_level = %lu\n", tex_level);
|
|
||||||
table->id = "Drossel1.Table1";
|
table->id = "Drossel1.Table1";
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue