diff options
| author | christos <christos@NetBSD.org> | 2016-02-16 14:08:25 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-02-16 14:08:25 +0000 |
| commit | 7a82ed4a7d78cfb213d3da53cafd833ea5a38040 (patch) | |
| tree | 512fe5d60a43a75454d429731d88209f6edce2d9 /lib/libedit/makelist | |
| parent | 2265396d9e5a1d6b95043e000ab2ba7f63f9c84f (diff) | |
cleanup chartype.h includes (Ingo Schwarze)
Diffstat (limited to 'lib/libedit/makelist')
| -rw-r--r-- | lib/libedit/makelist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/makelist b/lib/libedit/makelist index a5b56ad79a7..56de2167d03 100644 --- a/lib/libedit/makelist +++ b/lib/libedit/makelist @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: makelist,v 1.20 2016/02/16 14:06:05 christos Exp $ +# $NetBSD: makelist,v 1.21 2016/02/16 14:08:25 christos Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. @@ -95,8 +95,8 @@ _EOF printf("/* Automatically generated file, do not edit */\n"); printf("#include \"config.h\"\n"); printf("#include \"histedit.h\"\n"); - printf("#include \"el.h\"\n"); printf("#include \"chartype.h\"\n"); + printf("#include \"el.h\"\n"); printf("private const struct el_bindings_t el_func_help[] = {\n"); low = "abcdefghijklmnopqrstuvwxyz_"; high = "ABCDEFGHIJKLMNOPQRSTUVWXYZ_"; @@ -179,6 +179,7 @@ _EOF printf("/* Automatically generated file, do not edit */\n"); printf("#include \"config.h\"\n"); printf("#include \"histedit.h\"\n"); + printf("#include \"chartype.h\"\n"); printf("#include \"el.h\"\n"); printf("private const el_func_t el_func[] = {"); maxlen = 80; |
