summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/histlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libreadline/histlib.h')
-rw-r--r--contrib/libreadline/histlib.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/libreadline/histlib.h b/contrib/libreadline/histlib.h
index 88a34d1..bc948b0 100644
--- a/contrib/libreadline/histlib.h
+++ b/contrib/libreadline/histlib.h
@@ -22,15 +22,6 @@
#if !defined (_HISTLIB_H_)
#define _HISTLIB_H_
-/* Function pointers can be declared as (Function *)foo. */
-#if !defined (_FUNCTION_DEF)
-# define _FUNCTION_DEF
-typedef int Function ();
-typedef void VFunction ();
-typedef char *CPFunction ();
-typedef char **CPPFunction ();
-#endif /* _FUNCTION_DEF */
-
#if !defined (STREQ)
#define STREQ(a, b) (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0))
#define STREQN(a, b, n) (((n) == 0) ? (1) \
OpenPOWER on IntegriCloud