remove misleading comment fixed in last commit
This commit is contained in:
3
edit.c
3
edit.c
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#ifndef MKSH_NO_CMDLINE_EDITING
|
#ifndef MKSH_NO_CMDLINE_EDITING
|
||||||
|
|
||||||
__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.244 2012/07/20 20:50:07 tg Exp $");
|
__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.245 2012/07/20 22:47:22 tg Exp $");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* in later versions we might use libtermcap for this, but since external
|
* in later versions we might use libtermcap for this, but since external
|
||||||
@@ -1093,7 +1093,6 @@ static struct x_defbindings const x_defbindings[] = {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
/* want size_t, not int */
|
|
||||||
static size_t
|
static size_t
|
||||||
x_nb2nc(size_t nb)
|
x_nb2nc(size_t nb)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user