aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
diff options
context:
space:
mode:
authorGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-01-14 22:48:53 -0800
committerGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-01-14 22:48:53 -0800
commit60d1ac4fec07320eed6bfb1c0f4729d57b06f79e (patch)
treeb23bbc9fdb910002b9c877ca69756ab72211326e /tokenizer.h
parent9b133a978d5f33985a9b66d3a75165e3d50cdfa3 (diff)
More const and signed correctness. Warnings now fit on one page!
Diffstat (limited to 'tokenizer.h')
-rw-r--r--tokenizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokenizer.h b/tokenizer.h
index 3954cc48..ad683d7e 100644
--- a/tokenizer.h
+++ b/tokenizer.h
@@ -74,7 +74,7 @@ typedef struct
/** Type of last token*/
int last_type;
/** Length of last token*/
- int last_len;
+ size_t last_len;
/** Offset of last token*/
int last_pos;
/** Whether there are more tokens*/