File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ postgresql-numeral (1.3-1) unstable; urgency=medium
2+
3+ * Fix compatibility with gcc 10.
4+
5+ -- Christoph Berg <
[email protected] > Tue, 28 Jul 2020 22:10:46 +0200
6+
17postgresql-numeral (1.2-1) unstable; urgency=medium
28
39 * Fix passbyvalue logic on PG13/32-bit.
Original file line number Diff line number Diff line change 11/*
2- Copyright (C) 2017 Christoph Berg
2+ Copyright (C) 2017-2020 Christoph Berg
33
44This program is free software; you can redistribute it and/or modify
55it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ GNU General Public License for more details.
1818
1919/* input and output */
2020
21- char * yyerrstr ; /* copy of error catched by yyromanerror() */
21+ extern char * yyerrstr ; /* copy of error catched by yyromanerror() */
2222
2323void yyromanerror (char * s );
2424
Original file line number Diff line number Diff line change 11/*
2- Copyright (C) 2017 Christoph Berg
2+ Copyright (C) 2017-2020 Christoph Berg
33
44This program is free software; you can redistribute it and/or modify
55it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ GNU General Public License for more details.
1818
1919/* input and output */
2020
21- char * yyerrstr ; /* copy of error catched by yyzahlerror() */
21+ extern char * yyerrstr ; /* copy of error catched by yyzahlerror() */
2222
2323void yyzahlerror (char * s );
2424
You can’t perform that action at this time.
0 commit comments