Ignore:
Timestamp:
Feb 27, 2009, 5:08:07 AM (16 years ago)
Author:
bird
Message:

kash: malloc/free/friends gets a psh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/generated/nodes.h

    r1233 r2290  
    156156
    157157
    158 union node *copyfunc(union node *);
    159 void freefunc(union node *);
     158union node *copyfunc(struct shinstance *, union node *);
     159void freefunc(struct shinstance *, union node *);
Note: See TracChangeset for help on using the changeset viewer.