fixed error in symbol table in
the second forward declaration of
a function.
SVN=114572
                n->nname = on;
                n->type = on->type;
                n->sym = s;
-               s->oname = n;
                if(debug['d'])
                        print("forew  var-dcl %S %T\n", n->sym, n->type);
        }
 
                $$ = functype(N, $3, $5);
                funcnam($$, nil);
        }
-/* i dont believe that this form is useful for nothing */
+/* i dont believe that this form is useful for anything */
 |      LFUNC '(' oarg_type_list ')' '.' '(' oarg_type_list ')' fnres
        {
                if($3 == N || $3->op == OLIST)