File: strings.patch

package info (click to toggle)
cuneiform 1.1.0%2Bdfsg-13
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 72,396 kB
  • sloc: ansic: 183,514; cpp: 101,929; sh: 38; makefile: 36
file content (19 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Andreas Beckmann <anbe@debian.org>
Description: avoid strings.h collision

--- a/cuneiform_src/Kern/hhh/tigerh/h/strings.h
+++ b/cuneiform_src/Kern/hhh/tigerh/h/strings.h
@@ -75,6 +75,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  *                                                                          *
  ***************************************************************************/
 
+#include_next <strings.h>
+#if 0
 # ifndef __STRINGS_H_INCLUDE
 # define __STRINGS_H_INCLUDE
 
@@ -154,3 +156,4 @@ extern STRING *pStringsListEnd;
 extern STRING *pStringsUpList;
 extern STRING *pStringsDownList;
 # endif
+#endif