summaryrefslogtreecommitdiff
path: root/dmake/msdos
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:43:28 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-10-15 14:43:28 +0000
commitd65fd58ae8fbcbc2e7eff1a3c5b3cb29c9fe23a7 (patch)
treeff273e20d9ed76e17f22f7b4fd3296259bd60fd3 /dmake/msdos
parent760db9141b198bcaaa8252f41d8feeca7a007d50 (diff)
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.
Diffstat (limited to 'dmake/msdos')
-rw-r--r--dmake/msdos/spawn.c4
1 files changed, 2 insertions, 2 deletions
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)/*
=================================