mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
maint: address syntax-check errors.
* cfg.mk: Ignore the "error" call in tests/c++.at, it is not to be translated. * doc/bison.texi: Fix incorrect @pxref use. * po/POTFILES.in: Add missing file. * src/print_graph.c: Remove useless include.
This commit is contained in:
2
cfg.mk
2
cfg.mk
@@ -88,5 +88,5 @@ $(call exclude, \
|
|||||||
require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \
|
require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \
|
||||||
space_tab=^tests/(input|c\+\+)\.at$$ \
|
space_tab=^tests/(input|c\+\+)\.at$$ \
|
||||||
trailing_blank=^src/parse-gram.[ch]$$ \
|
trailing_blank=^src/parse-gram.[ch]$$ \
|
||||||
unmarked_diagnostics=^(djgpp/|doc/bison.texi$$) \
|
unmarked_diagnostics=^(djgpp/|doc/bison.texi$$|tests/c\+\+\.at$$) \
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -8525,8 +8525,8 @@ a PDF or PNG file from it will take very long, and more often than not it will
|
|||||||
fail due to memory exhaustion). This option was rather designed for beginners,
|
fail due to memory exhaustion). This option was rather designed for beginners,
|
||||||
to help them understand LR parsers.
|
to help them understand LR parsers.
|
||||||
|
|
||||||
This file is generated when the @option{--graph} option is specified (see
|
This file is generated when the @option{--graph} option is specified
|
||||||
@pxref{Invocation, , Invoking Bison}). Its name is made by removing
|
(@pxref{Invocation, , Invoking Bison}). Its name is made by removing
|
||||||
@samp{.tab.c} or @samp{.c} from the parser implementation file name, and
|
@samp{.tab.c} or @samp{.c} from the parser implementation file name, and
|
||||||
adding @samp{.dot} instead. If the grammar file is @file{foo.y}, the
|
adding @samp{.dot} instead. If the grammar file is @file{foo.y}, the
|
||||||
Graphviz output file is called @file{foo.dot}.
|
Graphviz output file is called @file{foo.dot}.
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ src/main.c
|
|||||||
src/muscle-tab.c
|
src/muscle-tab.c
|
||||||
src/parse-gram.y
|
src/parse-gram.y
|
||||||
src/print.c
|
src/print.c
|
||||||
|
src/print_graph.c
|
||||||
src/reader.c
|
src/reader.c
|
||||||
src/reduce.c
|
src/reduce.c
|
||||||
src/scan-code.l
|
src/scan-code.l
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <quotearg.h>
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
#include "LR0.h"
|
#include "LR0.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user