jordansissel / grok

DRY and RAD for regular expressions and then some.
http://code.google.com/p/semicomplete/wiki/Grok
Other
244 stars 53 forks source link

Fix build failure due to missing semicolon #41

Open ryandesign opened 2 years ago

ryandesign commented 2 years ago

Fixes:

conf.y:132:87: error: expected ';' after expression
                                        { conf_new_match_pattern(conf, (yyvsp[0].str)) }
                                                                                      ^
                                                                                      ;