mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
From jperkin : Merge libedit 2.11 and related files,
based on NetBSD CVS as of 2009/02/06 20:09:00.
This commit is contained in:
parent
6c6fc0978e
commit
fab053ccf8
56 changed files with 2268 additions and 3918 deletions
|
|
@ -32,7 +32,13 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#if !defined(lint) && !defined(SCCSID)
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 6/4/93";
|
||||
#else
|
||||
#endif
|
||||
#endif /* not lint && not SCCSID */
|
||||
|
||||
/*
|
||||
* hist.c: History access functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue