From: Junio C Hamano Date: Mon, 24 Nov 2025 23:46:39 +0000 (-0800) Subject: Merge branch 'jk/attr-macroexpand-wo-recursion' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=54f7817456940bb1f72cb747328e5fde75307dc3;p=rit Merge branch 'jk/attr-macroexpand-wo-recursion' The code to expand attribute macros has been rewritten to avoid recursion to avoid running out of stack space in an uncontrolled way. * jk/attr-macroexpand-wo-recursion: attr: avoid recursion when expanding attribute macros --- 54f7817456940bb1f72cb747328e5fde75307dc3