mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
19 lines
254 B
C++
19 lines
254 B
C++
/*
|
|
Remvoe any macro definitions related to the Bloat header.
|
|
*/
|
|
|
|
#undef bit
|
|
#undef bitfield_is_equal
|
|
#undef ct
|
|
#undef forceinline
|
|
#undef print_nl
|
|
#undef scast
|
|
#undef rcast
|
|
#undef pcast
|
|
#undef txt
|
|
|
|
#undef do_once
|
|
#undef do_once_start
|
|
#undef do_once_end
|
|
|