blob: 685632b3d4a120bcf939192c3f821f8ace5446cb [file] [log] [blame]
#ifdef REQUIRED
int required()
{
return 0;
}
#else
# error "REQUIRED not defined"
#endif