Merge branch 'master' of ssh://steve-icarus@icarus.com/home/u/icarus/steve/git/verilog
This commit is contained in:
commit
2ddbf35869
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue