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