Updated grammar to remove input fd for redirection
This commit is contained in:
parent
27875d8466
commit
18bf872c44
1005 changed files with 77750 additions and 102351 deletions
|
|
@ -23,18 +23,17 @@ enum e_field_identifiers {
|
|||
field_dest = 7,
|
||||
field_elif = 8,
|
||||
field_else = 9,
|
||||
field_fd = 10,
|
||||
field_len = 11,
|
||||
field_lhs = 12,
|
||||
field_name = 13,
|
||||
field_op = 14,
|
||||
field_redr = 15,
|
||||
field_rhs = 16,
|
||||
field_stmt = 17,
|
||||
field_term = 18,
|
||||
field_then = 19,
|
||||
field_value = 20,
|
||||
field_var = 21,
|
||||
field_len = 10,
|
||||
field_lhs = 11,
|
||||
field_name = 12,
|
||||
field_op = 13,
|
||||
field_redr = 14,
|
||||
field_rhs = 15,
|
||||
field_stmt = 16,
|
||||
field_term = 17,
|
||||
field_then = 18,
|
||||
field_value = 19,
|
||||
field_var = 20,
|
||||
};
|
||||
|
||||
#endif // FIELD_IDENTIFIERS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue