Changeset 2290 in kBuild for trunk/src/kash/generated/nodes.h
- Timestamp:
- Feb 27, 2009 4:08:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/generated/nodes.h
r1233 r2290 156 156 157 157 158 union node *copyfunc( union node *);159 void freefunc( union node *);158 union node *copyfunc(struct shinstance *, union node *); 159 void freefunc(struct shinstance *, union node *);
Note:
See TracChangeset
for help on using the changeset viewer.