From ecdf859b6ce481abfd530425dcf6f0f764bd0001 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 28 Dec 2021 03:01:00 +0000 Subject: CTAN sync 202112280300 --- graphics/asymptote/parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/asymptote/parser.cc') diff --git a/graphics/asymptote/parser.cc b/graphics/asymptote/parser.cc index cdc8d81c68..31df6f44fa 100644 --- a/graphics/asymptote/parser.cc +++ b/graphics/asymptote/parser.cc @@ -28,7 +28,7 @@ // The lexical analysis and parsing functions used by parseFile. void setlexer(size_t (*input) (char* bif, size_t max_size), string filename); -extern bool yyparse(void); +extern int yyparse(void); extern int yydebug; extern int yy_flex_debug; extern bool lexerEOF(); -- cgit v1.2.3