Ignore:
Timestamp:
Apr 22, 2007, 12:17:42 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/exec.h

    r879 r884  
    4747        union param {
    4848                int index;
    49                 int (*bltin)(int, char**);
     49                int (*bltin)(struct shinstance*, int, char**);
    5050                union node *func;
    5151        } u;
Note: See TracChangeset for help on using the changeset viewer.