Merge branch 'master' of ssh://steve-icarus@icarus.com/home/u/icarus/steve/git/verilog

This commit is contained in:
Stephen Williams 2009-12-10 13:24:50 -08:00
commit 2ddbf35869
1 changed files with 1 additions and 3 deletions

View File

@ -404,9 +404,7 @@ static int t_compile()
char*cmd = malloc(ncmd + 1);
strcpy(cmd, tmp);
#ifdef __MINGW32__
unsigned ncmd_start = ncmd;
#else
#ifndef __MINGW32__
int rtn;
#endif