summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-08-05 08:43:41 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-08-07 07:30:06 +0200
commit89e42ffb4b54bdff58183148907687a7690600e4 (patch)
treef38173a2523c9387c6bb53759ed9b12dc551809b /cfg.mk
parent6aae4a7378a3a2faece927d6fad1cf165827edfe (diff)
downloadbison-89e42ffb4b54bdff58183148907687a7690600e4.tar.gz
style: fix missing space before paren
* cfg.mk (_space_before_paren_exempt): Be less laxist. * src/output.c, src/reader.c: Fix space before paren issues. Pacify the warnings where applicable.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index e1547a05..2a1b0831 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -126,7 +126,7 @@ _sed_rm_comments_q = $(subst ','\'',$(_sed_remove_comments))
_space_before_paren_exempt =? \\n\\$$
_space_before_paren_exempt = \
- (^ *\#|(LA)?LR\([01]\)|percent_(code|define)|b4_syncline|m4_(define|init)|symbol)
+ (^ *\#|(LA)?LR\([01]\)|percent_(code|define)|b4_syncline|m4_(define|init))
# Ensure that there is a space before each open parenthesis in C code.
sc_space_before_open_paren:
@if $(VC_LIST_EXCEPT) | grep -l '\.[ch]$$' > /dev/null; then \