4 #define OBJ_INIT Init_Tables 24 printf(
"WARNING: it seems objects are initialized from first to last\n");
25 printf(
" better is from last to first, for this:\n " 26 #ifdef OBJ_CHAIN_REVERSE_ORDER
29 "define constant OBJ_CHAIN_REVERSE_ORDER in obj_chain.h\n");
38 if (OBJ_NO !=
no +
inc)
40 printf(
"warning: object %d found while expecting object %d - it seems order of objects is not predictible\n",
51 sprintf(
name,
"object #%d", OBJ_NO);
static char name[32]
Definition: test_oc_defs.h:8
int count
Definition: test_oc_defs.h:10
int no
Definition: test_oc_defs.h:14
static void Init_Tables()
Definition: test_oc_defs.h:18
int inc
Definition: test_oc_defs.h:15
int mask
Definition: test_oc_defs.h:11
int errors
Definition: test_oc_defs.h:12
#define printf
Definition: test_linedit.c:45