- fix compilation of sed.
error: static declaration of 'free_and_close_stuff' follows non-static declaration Tiny whitespace cleanup while at it, also make sure that we don't use CONFIG_ anymore. Rob, hope this is ok w/ you..
This commit is contained in:
parent
e7c43b66d7
commit
b7f39732f8
@ -122,8 +122,8 @@ struct append_list {
|
|||||||
};
|
};
|
||||||
static struct append_list *append_head=NULL, *append_tail=NULL;
|
static struct append_list *append_head=NULL, *append_tail=NULL;
|
||||||
|
|
||||||
void free_and_close_stuff(void);
|
static void free_and_close_stuff(void);
|
||||||
#ifdef CONFIG_FEATURE_CLEAN_UP
|
#if ENABLE_FEATURE_CLEAN_UP
|
||||||
static void free_and_close_stuff(void)
|
static void free_and_close_stuff(void)
|
||||||
{
|
{
|
||||||
sed_cmd_t *sed_cmd = sed_cmd_head.next;
|
sed_cmd_t *sed_cmd = sed_cmd_head.next;
|
||||||
|
Loading…
Reference in New Issue
Block a user