- 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:
Bernhard Reutner-Fischer 2006-03-01 20:14:16 +00:00
parent e7c43b66d7
commit b7f39732f8

View File

@ -122,8 +122,8 @@ struct append_list {
};
static struct append_list *append_head=NULL, *append_tail=NULL;
void free_and_close_stuff(void);
#ifdef CONFIG_FEATURE_CLEAN_UP
static void free_and_close_stuff(void);
#if ENABLE_FEATURE_CLEAN_UP
static void free_and_close_stuff(void)
{
sed_cmd_t *sed_cmd = sed_cmd_head.next;