* added graalvm (22.0.0.1) - A high-performance JDK distribution
[t2.git] / package / archiver / mine / cdb-gcc6.patch
blob05f5af51c757032da052651b7870cde5b0b634c7
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../mine/cdb-gcc6.patch
5 # Copyright (C) 2018 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- mine-0.23/cdb-0.75/cdbmake.c.vanilla 2017-12-29 23:33:39.854936413 +0000
18 +++ mine-0.23/cdb-0.75/cdbmake.c 2017-12-29 23:34:05.226935484 +0000
19 @@ -26,7 +26,7 @@
20 strerr_die2x(111,FATAL,"unable to read input: bad format");
23 -inline void get(char *ch)
24 +static inline void get(char *ch)
26 switch(buffer_GETC(buffer_0,ch)) {
27 case 0: die_readformat();