void spchPrecomp()
{
    printf << "\n" 
            "SPCH and PRECOMP cannot both be defined\n"
            "\n";
    exit(0);
}
