summaryrefslogtreecommitdiff
path: root/src/core/scanner.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-23 01:46:47 +0000
committerPaul Buetow <paul@buetow.org>2008-08-23 01:46:47 +0000
commitda52f90a73abd653cfe9726bcf5c96338db0b7a2 (patch)
treed54840b333782cd303a809f75344fe631c7e2fe6 /src/core/scanner.h
parente4689bbb20dade47b98061d48ba73436c856f3ff (diff)
some enhancements
Diffstat (limited to 'src/core/scanner.h')
-rw-r--r--src/core/scanner.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/scanner.h b/src/core/scanner.h
index 9a83f9c..e760bc6 100644
--- a/src/core/scanner.h
+++ b/src/core/scanner.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
@@ -50,8 +50,7 @@
typedef struct {
int i_current_line_nr;
int i_current_pos_nr;
- int i_num_keywords;
- int i_num_operators;
+ int i_num_tokenends2;
int i_num_tokenends;
char *c_filename;
char *c_codestring;