On Fri, 4 Mar 2022 21:54:57 GMT, Zhengyu Gu <z...@openjdk.org> wrote:
> The macros are used to hide the different syntax of c and c++ to avoid > polluting code here, it seems to be a common pattern in client code. That's to allow for general use by C or C++ source files. But you are only needing this in a C source file so you would only need the C variant of the calling syntax. ------------- PR: https://git.openjdk.java.net/jdk/pull/7691