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);
|
char*cmd = malloc(ncmd + 1);
|
||||||
strcpy(cmd, tmp);
|
strcpy(cmd, tmp);
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifndef __MINGW32__
|
||||||
unsigned ncmd_start = ncmd;
|
|
||||||
#else
|
|
||||||
int rtn;
|
int rtn;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue