]> git.eshelyaron.com Git - emacs.git/commit
Unbreak build with Clang 15 on macOS 14.5
authorStefan Kangas <stefankangas@gmail.com>
Sun, 9 Jun 2024 18:58:08 +0000 (20:58 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 10 Jun 2024 07:26:53 +0000 (09:26 +0200)
commitdb771c4918ddab477fb088f7eb075c76ca97082e
treea9db0a827deb8474728375e25dde92c59b05030b
parent406b5ba68537af2ce8f391eba070f99a1705e354
Unbreak build with Clang 15 on macOS 14.5

* src/process.c (read_process_output): Use EQ for comparison.
(syms_of_process): Properly set a DEFVAR_BOOL to 'true' instead of 'Qt'.

(cherry picked from commit a1a4c6dccbe7aeeac97635df54797ebf6c0ce789)
src/process.c