npv:_reasonable_ "pedanticage" of the code
[nyanmp.git] / npv / pkt_q / namespace / main.c
blobed7e92efa67b4f51d4aa0fa3e11a2156d1dafa6f
1 #ifndef CLEANUP
2 #define fatal npv_pkt_q_fatal
3 #define fatalx npv_pkt_q_fatalx
4 #define grow npv_pkt_q_grow
5 /*---------------------------------------------------------------------------*/
6 /* some struct field names */
7 #define sz size
8 #define st_idx stream_index
9 /*---------------------------------------------------------------------------*/
10 /*============================================================================*/
11 #else
12 #undef fatal
13 #undef fatalx
14 #undef grow
15 /*---------------------------------------------------------------------------*/
16 #undef sz
17 #undef st_idx
18 /*---------------------------------------------------------------------------*/
19 #endif