tokenizer.c

changeset 5
f878a9ffa3e0
parent 3
b1fbfab67908
child 9
55e7f2ff6021
equal deleted inserted replaced
4:ee28b655297b 5:f878a9ffa3e0
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 "include/tokenizer.h" 18 #include <libtu/tokenizer.h>
19 #include "include/misc.h" 19 #include <libtu/misc.h>
20 #include "include/output.h" 20 #include <libtu/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