Changeset 3443 for trunk/src


Ignore:
Timestamp:
Sep 10, 2020, 4:06:29 PM (5 years ago)
Author:
bird
Message:

kash: Need to initialize expfname in the generated function copy code too.

Location:
trunk/src/kash
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/generated/nodes.c

    r2391 r3443  
    276276            new->nfile.fd = n->nfile.fd;
    277277            new->nfile.next = copynode(n->nfile.next);
     278            new->nfile.expfname = NULL;
    278279            break;
    279280      case NTOFD:
  • trunk/src/kash/mknodes.sh

    r2311 r3443  
    200200                                string ) fn="nodesavestr(";;
    201201                                int ) fn=;;
     202                                temp )  echo "      new->$f = 0;";;
    202203                                * ) continue;;
    203204                                esac
Note: See TracChangeset for help on using the changeset viewer.