mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -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
|
||
|
|