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"; rm'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-08 11:01:47 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-09 12:48:29 -0400
commitcf34f40420990e57c267131af21d38b0f2557d84 (patch)
treeb04c694c7ed92f4fd7038f3514b218a5e8dc0b0e /gnu/services/games.scm
parent46873adc04ccf2c753362ee14c7faa81fed602c4 (diff)
downloadguix-cf34f40420990e57c267131af21d38b0f2557d84.tar.gz
guix-cf34f40420990e57c267131af21d38b0f2557d84.zip
gnu: gnome-user-share: Update to 43.0.
* gnu/packages/gnome.scm (gnome-user-share): Update to 43.0. [source]: Update URL. [arguments]: Remove #:meson argument. Use gexps. Remove "-Dnautilus_extension=true" configure flag. [native-inputs]: Remove labels. [inputs]: Remove gnome-bluetooth, libcanberra, libnotify and nautilus.
Diffstat (limited to 'gnu/services/games.scm')
0 files changed, 0 insertions, 0 deletions