From 8a32121cfc982484ae7e669ed3a45a1be74f7edc Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 21 Jul 2019 14:33:31 -0400 Subject: Added break statements Added break statements that can be used to break out of loops --- src/ctemplates.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ctemplates.h') diff --git a/src/ctemplates.h b/src/ctemplates.h index 8bf567d..f84876c 100644 --- a/src/ctemplates.h +++ b/src/ctemplates.h @@ -172,6 +172,8 @@ struct TMPL_templates{ struct TMPL_buf* out; struct TMPL_buf* errout; struct TMPL_tagnode* roottag; + int breaks; + int continues; int linenum; int error; } TMPL_templates; -- cgit v1.2.3-70-g09d2