diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-10-14 01:03:25 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-10-14 01:03:25 +0530 |
commit | d96c25a79013eae662d1c0f5f43782126b24e696 (patch) | |
tree | be857526f550dbcca504a8e08be25977a493842f /cmd-line-utils/libedit/historyn.c | |
parent | 6d59064948fa916667a7cc885ecdc4df3b8fb871 (diff) | |
download | mariadb-git-d96c25a79013eae662d1c0f5f43782126b24e696.tar.gz |
WL#5945 : Improve libedit library
Updated libedit library.
Diffstat (limited to 'cmd-line-utils/libedit/historyn.c')
-rw-r--r-- | cmd-line-utils/libedit/historyn.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd-line-utils/libedit/historyn.c b/cmd-line-utils/libedit/historyn.c new file mode 100644 index 00000000000..99871ea2075 --- /dev/null +++ b/cmd-line-utils/libedit/historyn.c @@ -0,0 +1,5 @@ +#define NARROW_WRAPPER +#include "config.h" +#undef WIDECHAR +#define NARROWCHAR +#include "./history.c" |