Mercurial > sm-archive
comparison src/tokenizer.cpp @ 17:8ebecad6530f stable-1-6
Add src/daemon* missing from source control.
Switch to Mercurial source control.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 21 Mar 2008 16:00:13 -0700 |
parents | 75e1a9bcbc2e |
children | b24369330483 |
comparison
equal
deleted
inserted
replaced
16:e57053cd7d20 | 17:8ebecad6530f |
---|---|
5 http://www.gnu.org/licenses/gpl-3.0.txt | 5 http://www.gnu.org/licenses/gpl-3.0.txt |
6 | 6 |
7 */ | 7 */ |
8 | 8 |
9 #include "includes.h" | 9 #include "includes.h" |
10 | |
11 static char* tokenizer_version="$Id$"; | |
12 | 10 |
13 const int maxlen = 1000; // used for snprintf buffers | 11 const int maxlen = 1000; // used for snprintf buffers |
14 | 12 |
15 enum state {s_init, | 13 enum state {s_init, |
16 s_token, | 14 s_token, |