libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitcast support
authorVibhav Pant <vibhavp@gmail.com>
Tue, 9 Aug 2022 23:06:43 +0000 (19:06 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 9 Aug 2022 23:06:52 +0000 (19:06 -0400)
commit92f2582f3ec7b833a5f6b70ef05af4c7e511b860
treeb322b62141b4548f9bb5bb06802ef3ffb4ac3d54
parent79a86a608691621659b3ce3a24a72aeea4054668
libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitcast support

(cherry-picked from r13-2004-g9385cd9c74cf66)

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