Changeset 1201 for trunk/src/kash/shinstance.c
- Timestamp:
- Oct 7, 2007, 1:57:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.c
r1199 r1201 52 52 psh->stacknxt = psh->stackbase.space; 53 53 54 /* input.c */ 55 psh->plinno = 1; 56 psh->init_editline = 0; 57 psh->parsefile = &psh->basepf; 58 54 59 /* output.c */ 55 60 psh->output.bufsize = OUTBUFSIZ; … … 61 66 psh->out2 = &psh->errout; 62 67 63 /* .c */64 68 } 65 69 return psh;
Note:
See TracChangeset
for help on using the changeset viewer.