From: Stefan Kangas Date: Thu, 4 Jan 2024 01:41:22 +0000 (+0100) Subject: Remove semantic patch for adjusting `XSAVE_*` X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99ca54137c46584041aabc349cc2f48e0af7c33d;p=emacs.git Remove semantic patch for adjusting `XSAVE_*` * admin/coccinelle/xsave.cocci: Delete file. The corresponding macros were removed in 4139c98eb5f 2018-06-14 "Remove Lisp_Misc_Save_Value". (cherry picked from commit 310ed338c195c755b11e0c62bde9629797b644c8) --- diff --git a/admin/coccinelle/xsave.cocci b/admin/coccinelle/xsave.cocci deleted file mode 100644 index 5172bb55b33..00000000000 --- a/admin/coccinelle/xsave.cocci +++ /dev/null @@ -1,11 +0,0 @@ -// Adjust users of XSAVE_POINTER and XSAVE_INTEGER. -@@ -expression E; -@@ -( -- XSAVE_POINTER (E) -+ XSAVE_POINTER (E, 0) -| -- XSAVE_INTEGER (E) -+ XSAVE_INTEGER (E, 1) -)