Updated syntax with a simpler one
This commit is contained in:
parent
38fa2d2e84
commit
aeb576024f
4465 changed files with 195554 additions and 526060 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/02 14:40:12 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -22,17 +22,14 @@ enum e_field_identifiers {
|
|||
field_descriptor = 6,
|
||||
field_destination = 7,
|
||||
field_fallthrough = 8,
|
||||
field_index = 9,
|
||||
field_initializer = 10,
|
||||
field_left = 11,
|
||||
field_name = 12,
|
||||
field_operator = 13,
|
||||
field_redirect = 14,
|
||||
field_right = 15,
|
||||
field_termination = 16,
|
||||
field_update = 17,
|
||||
field_value = 18,
|
||||
field_variable = 19,
|
||||
field_left = 9,
|
||||
field_name = 10,
|
||||
field_operator = 11,
|
||||
field_redirect = 12,
|
||||
field_right = 13,
|
||||
field_termination = 14,
|
||||
field_value = 15,
|
||||
field_variable = 16,
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // FIELD_IDENTIFIERS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue