From 7628b745a813aac53586b640da056a975f1c443e Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Wed, 26 Feb 2014 10:31:21 -0500 Subject: Readline-6.3 distribution sources and documentation --- rltypedefs.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'rltypedefs.h') diff --git a/rltypedefs.h b/rltypedefs.h index 60f29a1..b113ee6 100644 --- a/rltypedefs.h +++ b/rltypedefs.h @@ -1,6 +1,6 @@ /* rltypedefs.h -- Type declarations for readline functions. */ -/* Copyright (C) 2000-2009 Free Software Foundation, Inc. +/* Copyright (C) 2000-2011 Free Software Foundation, Inc. This file is part of the GNU Readline Library (Readline), a library for reading lines of text with interactive input and history editing. @@ -26,18 +26,6 @@ extern "C" { #endif -/* Old-style */ - -#if !defined (_FUNCTION_DEF) -# define _FUNCTION_DEF - -typedef int Function (); -typedef void VFunction (); -typedef char *CPFunction (); -typedef char **CPPFunction (); - -#endif /* _FUNCTION_DEF */ - /* New style. */ #if !defined (_RL_FUNCTION_TYPEDEF) -- cgit v1.2.1