add patch to make Qt5.15.2 work with Xcode 15

This commit is contained in:
pls.153 2023-12-05 17:40:48 +01:00
parent f2cb700d56
commit 3ebc3b7c2b
5 changed files with 465 additions and 1 deletions

View file

@ -117,7 +117,7 @@
(later forms)))
(defun %make-byte-vector (list)
;; for internal use (called from marshal.cpp')
;; for internal use (called from 'marshal.cpp')
(make-array (length list) :element-type '(unsigned-byte 8) :initial-contents list))
(defun %break (&rest args)