[ragel-users] [PATCH] fix InputData constructor
Ken Brown
kbrown at cornell.edu
Tue Nov 27 19:43:21 UTC 2018
Initialize InputData::frontendSections.
---
src/inputdata.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/inputdata.h b/src/inputdata.h
index ba263a59..44b06b52 100644
--- a/src/inputdata.h
+++ b/src/inputdata.h
@@ -172,6 +172,7 @@ struct InputData
InputData( const HostLang *hostLang, struct colm_sections *frontendSections, struct colm_sections *rlhcSections )
:
FsmGbl(hostLang),
+ frontendSections(frontendSections),
rlhcSections(rlhcSections),
inputFileName(0),
outputFileName(0),
--
2.17.0
More information about the ragel-users
mailing list