return;
}
- r1 = R;
firstr = R;
lastr = R;
void
walkcallclosure(Node *n, NodeList **init)
{
+ USED(init);
if (n->op != OCALLFUNC || n->left->op != OCLOSURE) {
dump("walkcallclosure", n);
fatal("abuse of walkcallclosure");
Node *savefn;
NodeList *ll;
+ USED(e);
func->esc = EscFuncTagged;
// External functions must be assumed unsafe.
s = as;
base = -1;
while(base == -1) {
- switch(c = *s++) {
+ switch(*s++) {
case '-':
case '+':
break;
// Otherwise it will use a nil type word but still be usable
// by package runtime (because we always use the memory
// after the interface value, not the interface value itself).
+ USED(t);
return pkglookup("*reflect.commonType", weaktypepkg);
}
char *pend, *next, *dynlinker, *p0;
USED(file);
+ USED(pkg);
pend = p + n;
for(; p<pend; p=next) {
next = strchr(p, '\n');
void
runtime·badsignal(int32 sig)
{
+ USED(sig);
runtime·pwrite(2, badsignal, sizeof badsignal - 1, -1LL);
}