Missing macro line continuation in middle of declaration.
diff -r -c bash-3.2.orig/lib/readline/rltty.c bash-3.2/lib/readline/rltty.c
*** bash-3.2.orig/lib/readline/rltty.c Mon Dec 26 17:21:50 2005
--- bash-3.2/lib/readline/rltty.c Thu Mar 8 10:23:43 2007
***************
*** 862,868 ****
}
#define RESET_SPECIAL(c) \
! if (c != -1 && kmap[(unsigned char)c].type == ISFUNC)
kmap[(unsigned char)c].function = rl_insert;
static void
--- 862,868 ----
}
#define RESET_SPECIAL(c) \
! if (c != -1 && kmap[(unsigned char)c].type == ISFUNC) \
kmap[(unsigned char)c].function = rl_insert;
static void
_______________________________________________
Bug-bash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-bash