tokenizer.c

changeset 70
e866dc825481
parent 62
aae5facf9fc5
child 79
81e9a32b1c0c
equal deleted inserted replaced
69:df17024f1107 70:e866dc825481
13 #include <limits.h> 13 #include <limits.h>
14 #include <assert.h> 14 #include <assert.h>
15 #include <math.h> 15 #include <math.h>
16 #include <string.h> 16 #include <string.h>
17 17
18 #include <libtu/tokenizer.h> 18 #include "tokenizer.h"
19 #include <libtu/misc.h> 19 #include "misc.h"
20 #include <libtu/output.h> 20 #include "output.h"
21 21
22 22
23 static const char *errors[]={ 23 static const char *errors[]={
24 DUMMY_TR("(no error)"), 24 DUMMY_TR("(no error)"),
25 DUMMY_TR("Unexpected end of file"), /* E_TOKZ_UNEXPECTED_EOF */ 25 DUMMY_TR("Unexpected end of file"), /* E_TOKZ_UNEXPECTED_EOF */

mercurial