Taken from Debian: https://salsa.debian.org/multimedia-team/taopm/-/raw/master/debian/patches/02-fix-parser-yyerror.diff Description: Use a constant char, dummy comment. Author: Tiago Bortoletto Vaz Last-Update: 2013-04-17 --- a/taoparse/taoparser.yy +++ b/taoparse/taoparser.yy @@ -23,7 +23,7 @@ #include #include "taoparserdefs.h" -int yyerror(char *s); +int yyerror(const char *s); //#ifdef LINUX int yylex(void); @@ -2924,7 +2924,7 @@ } -int yyerror (char *s) +int yyerror (const char *s) { parse_error(what_I_expected_here); std::cout << "PARSE_FAILED"; 6dffced09ecda024e0884e352778c221ad066fd6'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-13doc: Handle '&nbsp' when syntax-highlighting HTML....* doc/build.scm (syntax-highlighted-html)[build](entity->string): Handle "&nbsp". Ludovic Courtès
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-28doc: Allow offloading of the expensive derivations....* doc/build.scm (translated-texi-manuals) (html-manual, pdf-manual): Pass #:local-build? #f. Ludovic Courtès