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

4
var.c
View File

@ -2,7 +2,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/var.c,v 1.39 2007/06/06 23:28:17 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/var.c,v 1.40 2007/07/01 21:10:29 tg Exp $");
/*
* Variables
@ -814,7 +814,7 @@ is_wdvarassign(const char *s)
char **
makenv(void)
{
struct block *l = e->loc;
struct block *l;
XPtrV env;
struct tbl *vp, **vpp;
int i;