File: 16-Web--ratfor.web.patch

package info (click to toggle)
fweb 1.62-14.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 7,400 kB
  • sloc: ansic: 41,945; makefile: 411; sh: 152
file content (30 lines) | stat: -rw-r--r-- 811 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
20
21
22
23
24
25
26
27
28
29
30
From 8ae39031239c32e59bab9aabce7e5633e4ef3948 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Fri, 18 Nov 2011 15:21:11 +0200
Subject: [PATCH] Web/ratfor.web: Define strpbrk()
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 Web/ratfor.web |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Web/ratfor.web b/Web/ratfor.web
index e87d5fc..f0affc4 100644
--- a/Web/ratfor.web
+++ b/Web/ratfor.web
@@ -1703,7 +1703,9 @@ means output all comments.
 @B
 static outer_char brkset[3] = "*?"; /* Prototype list of possible characters to
 			be searched for in the command-line list. */
+#ifndef strpbrk
 char *strpbrk();
+#endif
 boolean found_abbrev;
 
 @b
-- 
1.7.7.1