chiark / gitweb /
Fix gperf syntax
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 17 Feb 2014 21:07:02 +0000 (22:07 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 17 Feb 2014 21:07:02 +0000 (22:07 +0100)
commitacfbbf5c5615dbc413ec653ec31fd8525190e39e
tree59ae2ff2d8915002873687db5712b1fa1a269902
parent6a6751fe24bf456cf5c1efad785a4d11e78b42d0
Fix gperf syntax

If we put a closing bracket on its own line, gperf will complain about
empty lines. Only occurs if the option in question is disabled. So fix the
m4 macros to work properly in both cases.
src/core/load-fragment-gperf.gperf.m4