Skip to content

Commit

Permalink
Fix up participle integration point.
Browse files Browse the repository at this point in the history
  • Loading branch information
trhodeos committed Aug 20, 2018
1 parent e5692d3 commit 2c9be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func PreprocessSpec(file io.Reader, gcc Runner, includeFlags []string, defineFla

func ParseSpec(r io.Reader) (*Spec, error) {
log.Infof("Parsing spec")
parser, err := participle.Build(&SpecAst{}, nil)
parser, err := participle.Build(&SpecAst{})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 2c9be71

Please sign in to comment.