style: minor fixes

* data/skeletons/bison.m4, doc/bison.texi: Spell check.
* examples/c/bistromathic/parse.y (N_): Remove, now useless.
This commit is contained in:
Akim Demaille
2020-04-25 08:00:08 +02:00
parent 5c9f50b545
commit bb7c4a5508
3 changed files with 8 additions and 9 deletions

View File

@@ -55,7 +55,6 @@
#else
# define _(Msgid) (Msgid)
#endif
#define N_(Msgid) (Msgid)
// Whether to quit.
int done = 0;