]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Thu, 31 Dec 2020 18:28:30 +0000 (20:28 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 13 Nov 2021 15:46:31 +0000 (16:46 +0100)
commit480241983ea91e31ca4d757fe91df84d1d11d3c9
treee9f607ecc8799aa642f15a9c585c1e3d9c0895c4
parentcc4edea872ca653f3e0631ce50e47b5260c6773a
Fix compilation on MS-Windows

* src/callproc.c (emacs_spawn) <fork_done>: Define the label only
if USABLE_POSIX_SPAWN is defined, to avoid a compiler warning.

(cherry picked from commit a8fc08085110de00ebcbd67b5273a755a5cb8ea1)
src/callproc.c