Vodz. last_patch_128

- declare applet_using as static from applets.c
- small correction to cmdedit,
   previous version cleared history after Ctrl-C
- small spelling correction (by Friedrich Lobenstock)
This commit is contained in:
Glenn L McGrath
2004-02-22 11:13:28 +00:00
parent 90ed9a0eb6
commit 7fc504c6f7
2 changed files with 9 additions and 7 deletions

View File

@@ -37,7 +37,7 @@
#undef PROTOTYPES
#include "applets.h"
struct BB_applet *applet_using;
static struct BB_applet *applet_using;
/* The -1 arises because of the {0,NULL,0,-1} entry above. */
const size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1);