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