Changeset 1199 for trunk/src/kash/main.c


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/main.c

    r1198 r1199  
    207207#endif
    208208        opentrace(psh);
    209         trputs("Shell args:  ");  trargs(argv);
     209        trputs(psh, "Shell args:  ");  trargs(psh, argv);
    210210#endif
    211211
     
    271271        int numeof = 0;
    272272
    273         TRACE(("cmdloop(%d) called\n", top));
     273        TRACE((psh, "cmdloop(%d) called\n", top));
    274274        setstackmark(psh, &smark);
    275275        for (;;) {
Note: See TracChangeset for help on using the changeset viewer.