newoptionsfile
INCLUDEOPTIONS PATH SEMICOLON { newoptionsfile($2); };
INCLUDEOPTIONS ID SEMICOLON { newoptionsfile($2); };
static void newoptionsfile(char *name);