Changeset 2311 in kBuild for trunk/src/kash/mknodes.sh
- Timestamp:
- Mar 2, 2009 12:46:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/mknodes.sh
r1233 r2311 115 115 echo 116 116 echo 117 echo "union node *copyfunc( union node *);"118 echo "void freefunc( union node *);"117 echo "union node *copyfunc(struct shinstance *, union node *);" 118 echo "void freefunc(struct shinstance *, union node *);" 119 119 120 120 exec <$nodes_pat
Note:
See TracChangeset
for help on using the changeset viewer.