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/bltin/bltin.h

    r880 r1199  
    5555#define printf out1fmt
    5656#define putc(c, file)   outc(c, file)
    57 #define putchar(c)      out1c(c)
     57#define putchar(c)      out1c(psh, c)
    5858#define FILE struct output
    5959#define fprintf outfmt
Note: See TracChangeset for help on using the changeset viewer.