File: dviljk_config.h.diff

package info (click to toggle)
texlive-bin 2025.20250727.75242%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 209,848 kB
  • sloc: ansic: 893,586; cpp: 156,185; perl: 101,166; sh: 37,697; python: 13,679; javascript: 9,754; makefile: 8,933; xml: 8,361; lex: 5,176; pascal: 3,814; java: 3,569; yacc: 2,935; tcl: 2,903; exp: 2,031; ruby: 712; lisp: 687; sed: 375; asm: 140; csh: 46; awk: 30
file content (34 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description: #1097988: texlive-bin: ftbfs with GCC-15
Author: Hilmar Preuße <hille42@debian.org>
Applied-Upstream: I confirmed TeX Live svn r74888 and I agree with the commit.
Last-Update: 2025-04-11

--- texlive-bin-2025.20250325.74682.orig/texk/dviljk/config.h
+++ texlive-bin-2025.20250325.74682/texk/dviljk/config.h
@@ -15,6 +15,8 @@
 
 #define USEPXL
 
+#include <stdbool.h>
+
 #ifdef __riscos
 /* #define RISC_USE_OSL */        /* use file functions of OSlib */
 /* #define RISC_BUFFER  */        /* buffer output */
@@ -163,13 +165,13 @@
 #define  STRSIZE         255     /* stringsize for file specifications  */
 
 
-#ifdef __riscos
-# ifndef types_H                  /* for compatibility with OSLib */
-typedef  int     bool;
+/* #ifdef __riscos */
+/* # ifndef types_H */                 /* for compatibility with OSLib */
+/* typedef  int     bool;
 # endif
 #else
 typedef  char    bool;
-#endif
+#endif */
 
 
 /* The smallest signed type: use `signed char' if ANSI C, `short' if