8 lines
97 B
8 lines
97 B
3 years ago
|
#ifdef OBJD
|
||
|
# error "OBJD is defined, but should not be"
|
||
|
#endif
|
||
|
int d_dep(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|