summaryrefslogtreecommitdiff
path: root/MSVC/readline/input.c
diff options
context:
space:
mode:
authorpixel <pixel>2006-02-02 14:08:38 +0000
committerpixel <pixel>2006-02-02 14:08:38 +0000
commite236671cbac9ec8d84f9833bf462d58e7e176658 (patch)
treedd7b6934d38ad7c1ca9cb3acc13ace2b91ceeb0c /MSVC/readline/input.c
parent95c163e9d110a66cf9a8a5f632a784463a6512af (diff)
Removing a dozen of warnings.
Diffstat (limited to 'MSVC/readline/input.c')
-rw-r--r--MSVC/readline/input.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/MSVC/readline/input.c b/MSVC/readline/input.c
index 1822fdf..a111307 100644
--- a/MSVC/readline/input.c
+++ b/MSVC/readline/input.c
@@ -19,7 +19,10 @@
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. */
+#ifndef READLINE_LIBRARY
#define READLINE_LIBRARY
+#endif
+
#include "config.h"