diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-12-24 17:58:51 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-12-24 17:58:51 +0200 |
commit | 527cc64e5d7e8945dfb89bf44d5f4141bd221456 (patch) | |
tree | 03c4df7a7d97fb4d56fe243118d4effde8245884 /test/lisp/emacs-lisp/memory-report-tests.el | |
parent | 29064d02c31b08ae41d41a93fd1439718373b196 (diff) | |
download | emacs-527cc64e5d7e8945dfb89bf44d5f4141bd221456.tar.gz emacs-527cc64e5d7e8945dfb89bf44d5f4141bd221456.tar.bz2 emacs-527cc64e5d7e8945dfb89bf44d5f4141bd221456.zip |
Unbreak the MinGW build broken by recent changes in callproc.c
* src/w32.h (set_process_dir):
* src/w32proc.c (set_process_dir): Change the argument to 'const
char *'.
* src/lisp.h (make_environment_block):
* src/callproc.c (make_environment_block): Now returns 'char **'.
(exec_failed) [DOS_NT]: Remove unused function.
* src/callproc.c (child_setup): NEW_ARGV and ENV are now 'char **'.
Making them 'const' breaks the MinGW build and is not needed for
other platforms.
* src/callproc.c (emacs_spawn): ARGV and ENVP arguments are now
'char *', for the same reason.
* src/process.c (create_process): Adapt to above changes.
Diffstat (limited to 'test/lisp/emacs-lisp/memory-report-tests.el')
0 files changed, 0 insertions, 0 deletions