Deleted Added
sdiff udiff text old ( 119610 ) new ( 157184 )
full compact
1/* **************************************************************** */
2/* */
3/* Testing Readline */
4/* */
5/* **************************************************************** */
6
7/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
8

--- 17 unchanged lines hidden (view full) ---

26
27#if defined (HAVE_CONFIG_H)
28#include <config.h>
29#endif
30
31#include <stdio.h>
32#include <sys/types.h>
33
34#ifdef READLINE_LIBRARY
35# include "readline.h"
36# include "history.h"
37#else
38# include <readline/readline.h>
39# include <readline/history.h>
40#endif
41

--- 46 unchanged lines hidden ---