Changeset 2415 for trunk/src/kash/exec.h
- Timestamp:
- Sep 14, 2010, 1:13:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/exec.h
r2298 r2415 46 46 47 47 48 union param { 49 int index; 50 int (*bltin)(struct shinstance*, int, char**); 51 union node *func; 52 }; 53 48 54 struct cmdentry { 49 55 int cmdtype; 50 union param { 51 int index; 52 int (*bltin)(struct shinstance*, int, char**); 53 union node *func; 54 } u; 56 union param u; 55 57 }; 56 58
Note:
See TracChangeset
for help on using the changeset viewer.