[klibc] [PATCH 2/2] [EVAL] clean up myhistedit.h

Herbert Xu herbert at gondor.hengli.com.au
Wed Sep 8 01:25:46 PDT 2010


On Thu, Jul 08, 2010 at 10:36:20AM +0200, maximilian attems wrote:
> fixes debug compilation of klibc:
> In file included from usr/dash/eval.c:64:
> usr/dash/myhistedit.h:34:22: error: histedit.h: No such file or directory
> In file included from usr/dash/eval.c:64:
> usr/dash/myhistedit.h:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
> usr/dash/myhistedit.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__
> 
> as none of the History or EditLine seem to have an usage, removed them.
> 
> Signed-off-by: maximilian attems <max at stro.at>

Actually this shouldn't happen.  myhistedit.h is only included
when built without -DSMALL, which means that libedit is present.

Cheers,
-- 
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



More information about the klibc mailing list