33 lines
1.4 KiB
C
33 lines
1.4 KiB
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* parse_actions_entries_49.c :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
|
|
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#include "./parse_actions_entries.h"
|
|
|
|
void parse_actions_entries_245(t_parse_actions_entries_array *v)
|
|
{
|
|
v->a[4900] = entry(1, true);
|
|
v->a[4901] = shift(468);
|
|
v->a[4902] = entry(1, true);
|
|
v->a[4903] = shift(469);
|
|
v->a[4904] = entry(1, true);
|
|
v->a[4905] = shift(1247);
|
|
v->a[4906] = entry(1, true);
|
|
v->a[4907] = shift(1255);
|
|
v->a[4908] = entry(1, true);
|
|
v->a[4909] = shift(1250);
|
|
v->a[4910] = entry(1, true);
|
|
v->a[4911] = shift(1993);
|
|
v->a[4912] = entry(1, true);
|
|
v->a[4913] = shift(1311);
|
|
}
|
|
|
|
/* EOF parse_actions_entries_49.c */
|