RFR: 8297963: Partially fix string expansion issues in UTIL_DEFUN_NAMED and related macros [v3]

Julian Waters jwaters at openjdk.org
Sat Dec 3 11:36:55 UTC 2022


On Fri, 2 Dec 2022 23:04:32 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> > I did change a few lines outside of UTIL_DEFUN_NAMED though, that new issue name might not be entirely accurate
> 
> Yes, but that is just removing quirks that are not needed now that UTIL_DEFUN_NAMED is fixed. The essence of the PR is to fix that macro.

Out of curiosity, was the quoting of ARG_PREFIX and other ARG_ macros when passing them as arguments to other macros implemented with UTIL_DEFUN_NAMED an unwanted workaround to stop them from expanding before this change?

-------------

PR: https://git.openjdk.org/jdk/pull/11458



More information about the build-dev mailing list