diff options
author | 2016-05-03 11:19:30 +0000 | |
---|---|---|
committer | 2016-05-03 11:19:30 +0000 | |
commit | 933c3038f3ad18b6b624b7070a5b709435d859ab (patch) | |
tree | 0cc9e4b8367a715e7e8dbd2284bd8e00af65b2f4 /lib/libedit/historyn.c | |
parent | correct some typos and remove a long-stale XXX note. (diff) | |
download | wireguard-openbsd-933c3038f3ad18b6b624b7070a5b709435d859ab.tar.xz wireguard-openbsd-933c3038f3ad18b6b624b7070a5b709435d859ab.zip |
The files editline.c, historyn.c, and tokenizern.c are completely
constant and very short and simple. Check them into CVS rather
than generating them at build time in a complicated way.
OK martijn@, also proofread by Christian Heckendorf <mbie at ulmus dot me>
Diffstat (limited to 'lib/libedit/historyn.c')
-rw-r--r-- | lib/libedit/historyn.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libedit/historyn.c b/lib/libedit/historyn.c new file mode 100644 index 00000000000..59130dea345 --- /dev/null +++ b/lib/libedit/historyn.c @@ -0,0 +1,3 @@ +#include "config.h" +#define NARROWCHAR +#include "history.c" |