summaryrefslogtreecommitdiff
path: root/readline/savestring.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-04-24 22:00:27 +0000
committerDaniel Jacobowitz <drow@false.org>2006-04-24 22:00:27 +0000
commit23e2f935d058f72a6dada4c83c740fd4e3dcc6ed (patch)
tree222dfd22cda9f7a158f58e9cb545f68c849dca98 /readline/savestring.c
parent49b5a1f5dc74a0e693a51409252b3d590cc00bbb (diff)
downloadbinutils-gdb-readline_5_1-import-branch.tar.gz
Import readline 5.1 on the branch.readline_5_1-import-branch
Diffstat (limited to 'readline/savestring.c')
-rw-r--r--readline/savestring.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/readline/savestring.c b/readline/savestring.c
index c7ebeb1e552..820428d8881 100644
--- a/readline/savestring.c
+++ b/readline/savestring.c
@@ -1,6 +1,6 @@
/* savestring.c */
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998,2003 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text with interactive input and history editing.
@@ -19,6 +19,7 @@
is generally kept in a file called COPYING or LICENSE. If you do not
have a copy of the license, write to the Free Software Foundation,
59 Temple Place, Suite 330, Boston, MA 02111 USA. */
+#define READLINE_LIBRARY
#include <config.h>
#ifdef HAVE_STRING_H