libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitcast support
authorVibhav Pant <vibhavp@gmail.com>
Tue, 9 Aug 2022 15:30:18 +0000 (11:30 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 9 Aug 2022 15:36:36 +0000 (11:36 -0400)
commit9385cd9c74cf6662f43038aafe4d2467899f322e
tree094bb7374707f04c63b0f0903ee9ee8708dd6767
parent16877cc2006ede41486bebc70459bbbd60d5edc9
libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitcast support

The macro definition for LIBGCCJIT_HAVE_gcc_jit_context_new_bitcast
was earlier located in the documentation comment for
gcc_jit_context_new_bitcast, making it unavailable to code that
consumed libgccjit.h. This commit moves the definition out of the
comment, making it effective.

gcc/jit/ChangeLog:
* libgccjit.h (LIBGCCJIT_HAVE_gcc_jit_context_new_bitcast): Move
definition out of comment.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/jit/libgccjit.h