stack_add(&stk,sv,len-(--r));// do not check output here, we are dying anyway
stack_add(&stk,sv,--r);// do not check output here, we are dying anyway
stack_close(&stk);
log_die(LOG_EXIT_USER,"parsing an individual service that is part of a module is not allowed -- please parse the entire module instead using \'66 parse ",stk.s,"\'");
log_die(LOG_EXIT_USER,"service: ",sv," is part of a module and cannot be parsed alone -- please parse the entire module instead using \'66 parse ",stk.s,"\'");