style: minor changes

* src/complain.c: Space changes.
* src/reader.c: Comment changes.
Avoid && in assertions.
* src/location.c: Move comments to...
* src/location.h: here.
* src/symlist.h, src/symlist.c: Create a pseudo section for members
that apply to the rule.
This commit is contained in:
Akim Demaille
2013-02-09 18:25:15 +01:00
parent c21e515e05
commit ec6dc4375e
6 changed files with 20 additions and 16 deletions

View File

@@ -31,7 +31,7 @@
#include "quote.h"
warnings warnings_flag =
Wconflicts_sr | Wconflicts_rr | Wdeprecated | Wother;
Wconflicts_sr | Wconflicts_rr | Wdeprecated | Wother;
warnings errors_flag;