Ignore:
Timestamp:
Oct 7, 2007, 12:04:05 AM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

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

    r1198 r1199  
    5252        psh->stacknxt = psh->stackbase.space;
    5353
     54        /* output.c */
     55        psh->output.bufsize = OUTBUFSIZ;
     56        psh->output.fd = 1;
     57        psh->errout.bufsize = 100;
     58        psh->errout.fd = 2;
     59        psh->memout.fd = MEM_OUT;
     60        psh->out1 = &psh->output;
     61        psh->out2 = &psh->errout;
     62
     63        /* .c */
    5464    }
    5565    return psh;
Note: See TracChangeset for help on using the changeset viewer.