summaryrefslogtreecommitdiff
path: root/devel/readline/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/readline/patches/patch-af')
-rw-r--r--devel/readline/patches/patch-af25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/readline/patches/patch-af b/devel/readline/patches/patch-af
deleted file mode 100644
index 7b22d02ffef..00000000000
--- a/devel/readline/patches/patch-af
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-af,v 1.2 1998/08/07 10:40:28 agc Exp $
-
---- history.h Thu Jul 23 12:13:23 1998
-+++ history.h Thu May 22 22:37:53 1997
-@@ -22,6 +22,10 @@
- #ifndef _HISTORY_H_
- #define _HISTORY_H_
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
- #if !defined (_FUNCTION_DEF)
- # define _FUNCTION_DEF
- typedef int Function ();
-@@ -219,5 +223,9 @@
- history expansion should be treated as a special case for the calling
- application and not expanded. */
- extern Function *history_inhibit_expansion_function;
-+
-+#ifdef __cplusplus
-+}
-+#endif
-
- #endif /* !_HISTORY_H_ */