From: Ralph Corderoy Date: Sun, 14 May 2017 18:35:13 +0000 (+0100) Subject: sbr/dtimep.l: Remove redundant wrapping parenthesis in definitions. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/ae8ef7d3f4cfcab63518ea97a5eb2d03f2da9b53?hp=ae8ef7d3f4cfcab63518ea97a5eb2d03f2da9b53 sbr/dtimep.l: Remove redundant wrapping parenthesis in definitions. It's been decades since a lex(1) didn't follow POSIX and treat `{foo}' as parenthesis surrounding foo's definition. Other nmh lex files work without the extra wrapping. ---