From d65fd58ae8fbcbc2e7eff1a3c5b3cb29c9fe23a7 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 15 Oct 2007 14:43:28 +0000 Subject: INTEGRATION: CWS dmake411 (1.2.16); FILE MERGED 2007/09/19 00:34:31 vq 1.2.16.1: #i81252# Add a new SHELLCMDQUOTE control macro. --- dmake/msdos/spawn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmake/msdos') diff --git a/dmake/msdos/spawn.c b/dmake/msdos/spawn.c index 88512e48fb10..bc6bb4c64783 100644 --- a/dmake/msdos/spawn.c +++ b/dmake/msdos/spawn.c @@ -1,4 +1,4 @@ -/* RCS $Id: spawn.c,v 1.2 2006-09-25 09:42:07 vg Exp $ +/* RCS $Id: spawn.c,v 1.3 2007-10-15 15:43:28 ihi Exp $ -- -- SYNOPSIS -- Spawnvpe code to emulate spawnvpe call common to DOS compilers. @@ -93,7 +93,7 @@ static char dot_com[] = ".COM", #define FP_SEG(fp) ((unsigned)((unsigned long)(fp) >> 16)) #endif - +iz81252 changed the parameters for Pack_argv() but this file did not get fixed! PUBLIC int spawnvpe(mode, program, av, ep)/* ================================= -- cgit