comparison src/tokenizer.h @ 73:2b369f7db7bf

start coding on new config syntax
author carl
date Sun, 10 Jul 2005 13:28:33 -0700
parents dd21c8e13074
children 1142e46be550
comparison
equal deleted inserted replaced
72:e6a2d0be7c5e 73:2b369f7db7bf
1 #ifndef tokenizer_include
2 #define tokenizer_include
3
1 #include <fstream> 4 #include <fstream>
2 #include <list> 5 #include <list>
3 #include <set> 6 #include <set>
4 7
5 8
45 void token_error(const char *fmt, const char *t, const char *h); 48 void token_error(const char *fmt, const char *t, const char *h);
46 void token_error(const char *token, const char *have); 49 void token_error(const char *token, const char *have);
47 void token_error(); 50 void token_error();
48 }; 51 };
49 52
53 #endif