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 <myon@debian.org> Tue, 28 Jul 2020 22:10:46 +0200
6
+
1
7
postgresql-numeral (1.2-1) unstable; urgency=medium
2
8
3
9
* Fix passbyvalue logic on PG13/32-bit.
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (C) 2017 Christoph Berg
2
+ Copyright (C) 2017-2020 Christoph Berg
3
3
4
4
This program is free software; you can redistribute it and/or modify
5
5
it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ GNU General Public License for more details.
18
18
19
19
/* input and output */
20
20
21
- char * yyerrstr ; /* copy of error catched by yyromanerror() */
21
+ extern char * yyerrstr ; /* copy of error catched by yyromanerror() */
22
22
23
23
void yyromanerror (char * s );
24
24
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (C) 2017 Christoph Berg
2
+ Copyright (C) 2017-2020 Christoph Berg
3
3
4
4
This program is free software; you can redistribute it and/or modify
5
5
it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ GNU General Public License for more details.
18
18
19
19
/* input and output */
20
20
21
- char * yyerrstr ; /* copy of error catched by yyzahlerror() */
21
+ extern char * yyerrstr ; /* copy of error catched by yyzahlerror() */
22
22
23
23
void yyzahlerror (char * s );
24
24
You can’t perform that action at this time.
0 commit comments