aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-06-08 19:20:26 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-06-08 19:20:26 -0700
commitf3e5262dc0d0676e77374a77a0835329a20af03d (patch)
treeea86db9571f1b638667888afad50ff7808df4c8f /tokenizer.h
parent99494afd08081fe90c16777117b2434c3051acc3 (diff)
Parser limps into existence
Diffstat (limited to 'tokenizer.h')
-rw-r--r--tokenizer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokenizer.h b/tokenizer.h
index 40390bcf..f2d6c0c0 100644
--- a/tokenizer.h
+++ b/tokenizer.h
@@ -19,7 +19,6 @@ enum token_type
{
TOK_NONE, /**< Tokenizer not yet constructed */
TOK_ERROR, /**< Error reading token */
- TOK_INVALID,/**< Invalid token */
TOK_STRING,/**< String token */
TOK_PIPE,/**< Pipe token */
TOK_END,/**< End token (semicolon or newline, not literal end) */