Changeset 1199 for trunk/src/kash/shinstance.c
- Timestamp:
- Oct 7, 2007, 12:04:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.c
r1198 r1199 52 52 psh->stacknxt = psh->stackbase.space; 53 53 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 */ 54 64 } 55 65 return psh;
Note:
See TracChangeset
for help on using the changeset viewer.