Ignore:
Timestamp:
Oct 7, 2007, 1:57:35 AM (18 years ago)
Author:
bird
Message:

input.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.c

    r1199 r1201  
    5252        psh->stacknxt = psh->stackbase.space;
    5353
     54        /* input.c */
     55        psh->plinno = 1;
     56        psh->init_editline = 0;
     57        psh->parsefile = &psh->basepf;
     58
    5459        /* output.c */
    5560        psh->output.bufsize = OUTBUFSIZ;
     
    6166        psh->out2 = &psh->errout;
    6267
    63         /* .c */
    6468    }
    6569    return psh;
Note: See TracChangeset for help on using the changeset viewer.