Changeset 3437 for trunk/src/kash/generated
- Timestamp:
- Sep 3, 2020, 3:52:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/generated/nodes.h
r2290 r3437 102 102 struct nfile { 103 103 int type; 104 int fd; 104 105 union node *next; 105 int fd;106 106 union node *fname; 107 107 char *expfname; … … 111 111 struct ndup { 112 112 int type; 113 int fd; 113 114 union node *next; 114 int fd;115 115 int dupfd; 116 116 union node *vname; … … 120 120 struct nhere { 121 121 int type; 122 int fd; 122 123 union node *next; 123 int fd;124 124 union node *doc; 125 125 };
Note:
See TracChangeset
for help on using the changeset viewer.