style: rename YYNOMEM as YYENOMEM

This is clearer.

* data/skeletons/glr.c, data/skeletons/yacc.c (YYNOMEM): Rename as...
(YYENOMEM): here.
This commit is contained in:
Akim Demaille
2020-04-10 07:39:37 +02:00
parent 1a5f74d2f6
commit 8dcc25a1e4
4 changed files with 34 additions and 34 deletions

2
TODO
View File

@@ -5,7 +5,7 @@ should not have to dispatch to several APIs.
** Documentation
- yyexpected_tokens in all the languages.
- YYNOMEM
- YYENOMEM
- i18n in Java
- symbol.type_get should be kind_get, and it's not documented.