df867d8099
around boo#1228342 and enable build with GCC 14 on 32bit architectures. I plan to not to close the bug and keep an eye on the package and remove the flag when it hopefully becomes unnecessary in the future. If the request is OK, please forward it to Factory too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=478
18 lines
668 B
Plaintext
18 lines
668 B
Plaintext
---
|
|
source/libraries/decnumber/decNumber.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- source/libraries/decnumber/decNumber.h
|
|
+++ source/libraries/decnumber/decNumber.h 2023-03-28 09:48:50.820268040 +0000
|
|
@@ -40,8 +40,10 @@
|
|
/* constant. This must not be changed without recompiling the */
|
|
/* decNumber library modules. */
|
|
|
|
+ #ifndef DECDPUN
|
|
#define DECDPUN 3 /* DECimal Digits Per UNit [must be >0 */
|
|
/* and <10; 3 or powers of 2 are best]. */
|
|
+ #endif
|
|
|
|
/* DECNUMDIGITS is the default number of digits that can be held in */
|
|
/* the structure. If undefined, 1 is assumed and it is assumed */
|