npv:_reasonable_ "pedanticage" of the code
[nyanmp.git] / npv / thdsws / namespace / main.c
blobf1a9355ee6d68cfd89866be926759268f1a15c16
1 #ifndef CLEANUP
2 #define fatal npv_thdsws_fatal
3 #define fatalw npv_thdsws_fatalw
4 #define worker_entry npv_thdsws_worker_entry
5 #define worker npv_thdsws_worker
6 #define do_work npv_thdsws_do_work
7 #define state_lock npv_thdsws_state_lock
8 #define state_unlock npv_thdsws_state_unlock
9 #else
10 #undef fatal
11 #undef fatalw
12 #undef worker_entry
13 #undef worker
14 #undef do_work
15 #undef state_lock
16 #undef state_unlock
17 #endif