[ragel-users] [PATCH] fix InputData constructor
Adrian Thurston
thurston at colm.net
Wed Nov 28 09:14:54 UTC 2018
Yikes, I pushed a totally busted ragel. Fixed now.
On 2018-11-27 21:43, Ken Brown wrote:
> 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),
More information about the ragel-users
mailing list