Borland C++ found these

This commit is contained in:
tg
2007-07-01 21:10:29 +00:00
parent 320b95ea4f
commit 2e42fa62b6
6 changed files with 19 additions and 26 deletions

View File

@ -5,7 +5,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.57 2007/06/06 23:41:23 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.58 2007/07/01 21:10:28 tg Exp $");
int
c_cd(const char **wp)
@ -513,7 +513,7 @@ c_command(const char **wp)
int
c_typeset(const char **wp)
{
struct block *l = e->loc;
struct block *l;
struct tbl *vp, **p;
Tflag fset = 0, fclr = 0;
int thing = 0, func = 0, localv = 0;
@ -1974,7 +1974,7 @@ c_set(const char **wp)
{
int argi, setargs;
struct block *l = e->loc;
const char **owp = wp;
const char **owp;
if (wp[1] == NULL) {
static const char *args [] = { "set", "-", NULL };