8 lines
97 B
C
8 lines
97 B
C
#ifdef OBJB
|
|
# error "OBJB is defined, but should not be"
|
|
#endif
|
|
int b_dep(void)
|
|
{
|
|
return 0;
|
|
}
|