aboutsummaryrefslogtreecommitdiff
path: root/src/ctemplates.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctemplates.h')
-rw-r--r--src/ctemplates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ctemplates.h b/src/ctemplates.h
index 1df0f43..eafabac 100644
--- a/src/ctemplates.h
+++ b/src/ctemplates.h
@@ -175,6 +175,7 @@ struct TMPL_token{
enum TMPL_tagtype type;//The type of token
size_t length;//Length of token, should always be end-start
struct TMPL_token* next;//The next token
+ struct TMPL_token* last;//The last token
unsigned int line;// Not used currently
unsigned int character;// Not used currently
}TMPL_token;