diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-05 22:44:50 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-05 22:44:50 (GMT) |
| commit | 8f640c14315a0fdb068eca47adf72ac63b970509 (patch) | |
| tree | 88aa29a55f76be3ffa453dee37a428ce11e0eaa4 /unix/tclUnixPipe.c | |
| parent | dd54ab39aaf9319066b6bb6c8d33774afdeaf87f (diff) | |
| download | tcl-8f640c14315a0fdb068eca47adf72ac63b970509.zip tcl-8f640c14315a0fdb068eca47adf72ac63b970509.tar.gz tcl-8f640c14315a0fdb068eca47adf72ac63b970509.tar.bz2 | |
Missed some backports from 9.0. Some indenting
Diffstat (limited to 'unix/tclUnixPipe.c')
| -rw-r--r-- | unix/tclUnixPipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c index be1d422..e3311a3 100644 --- a/unix/tclUnixPipe.c +++ b/unix/tclUnixPipe.c @@ -419,8 +419,8 @@ TclpCreateProcess( TclFile errPipeIn, errPipeOut; int count, status, fd; char errSpace[200 + TCL_INTEGER_SPACE]; - Tcl_DString *dsArray; - char **newArgv; + Tcl_DString *volatile dsArray; + char **volatile newArgv; int pid; int i; #if defined(HAVE_POSIX_SPAWNP) |
