diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-10-12 18:10:47 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-10-12 18:10:47 +0000 |
commit | fc16fc104a038146c8ab6c2e9fad38e18663a09f (patch) | |
tree | b8b50c7349ebd2869ee8599be89c82705235fd2a /src/lexer.h | |
parent | 0981b9d6a12bd7aadbf9286459e033ac1a2ba910 (diff) | |
download | libbu++-fc16fc104a038146c8ab6c2e9fad38e18663a09f.tar.gz libbu++-fc16fc104a038146c8ab6c2e9fad38e18663a09f.tar.bz2 libbu++-fc16fc104a038146c8ab6c2e9fad38e18663a09f.tar.xz libbu++-fc16fc104a038146c8ab6c2e9fad38e18663a09f.zip |
It's getting close. I'm not 100% sure abouth this method yet...
Diffstat (limited to '')
-rw-r--r-- | src/lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lexer.h b/src/lexer.h index 5847269..e8a17b5 100644 --- a/src/lexer.h +++ b/src/lexer.h | |||
@@ -19,7 +19,7 @@ namespace Bu | |||
19 | Lexer(); | 19 | Lexer(); |
20 | virtual ~Lexer(); | 20 | virtual ~Lexer(); |
21 | 21 | ||
22 | typedef int32_t TokenType; | 22 | typedef int TokenType; |
23 | 23 | ||
24 | class Token | 24 | class Token |
25 | { | 25 | { |