summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/info/tilde.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo/info/tilde.h')
-rw-r--r--contrib/texinfo/info/tilde.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/contrib/texinfo/info/tilde.h b/contrib/texinfo/info/tilde.h
index d66aee9..83f534b 100644
--- a/contrib/texinfo/info/tilde.h
+++ b/contrib/texinfo/info/tilde.h
@@ -25,13 +25,10 @@
Written by Brian Fox (bfox@ai.mit.edu). */
-/* Function pointers can be declared as (Function *)foo. */
-#if !defined (__FUNCTION_DEF)
-# define __FUNCTION_DEF
-typedef int Function ();
-typedef void VFunction ();
-typedef char *CFunction ();
-#endif /* _FUNCTION_DEF */
+#ifndef TILDE_H
+#define TILDE_H
+
+#include "info.h"
/* If non-null, this contains the address of a function to call if the
standard meaning for expanding a tilde fails. The function is called
@@ -56,3 +53,4 @@ extern char *tilde_expand ();
tilde. If there is no expansion, call tilde_expansion_failure_hook. */
extern char *tilde_expand_word ();
+#endif /* not TILDE_H */
OpenPOWER on IntegriCloud