Files
gentoo/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch
Andreas Sturmlechner f3aec25a5c dev-libs/libbulletml: EAPI-7 bump, https
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-04-25 23:55:44 +02:00

21 lines
400 B
Diff

--- a/calc.yy 2011-05-18 12:26:38.701666366 +0200
+++ b/calc.yy 2011-05-18 12:27:43.020672135 +0200
@@ -17,7 +17,7 @@
#include "formula.h"
#include "formula-variables.h"
-int yyerror(char* s);
+int yyerror(const char* s);
int yylex();
const char* yyinStr;
@@ -149,7 +149,7 @@
return c;
}
-int yyerror(char* s) {
+int yyerror(const char* s) {
printf("yyerror: %s\n", s);
return 0;
}