Skip to content

Commit

Permalink
Merge next/kelvin/412 to develop (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Aug 1, 2023
2 parents 31a49f2 + 99bea10 commit a4d08a1
Show file tree
Hide file tree
Showing 5 changed files with 663 additions and 4 deletions.
3 changes: 3 additions & 0 deletions pkg/c3/motes.h
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@
# define c3__ktts c3_s4('k','t','t','s')
# define c3__ktwt c3_s4('k','t','w','t')
# define c3__ktzp c3_s4('k','t','z','p')
# define c3__l c3_s1('l')
# define c3__lamb c3_s4('l','a','m','b')
# define c3__lame c3_s4('l','a','m','e')
# define c3__lang c3_s4('l','a','n','g')
Expand All @@ -686,6 +687,7 @@
# define c3__lg c3_s2('l','g')
# define c3__lib c3_s3('l','i','b')
# define c3__libd c3_s4('l','i','b','d')
# define c3__lick c3_s4('l','i','c','k')
# define c3__life c3_s4('l','i','f','e')
# define c3__lift c3_s4('l','i','f','t')
# define c3__like c3_s4('l','i','k','e')
Expand Down Expand Up @@ -1082,6 +1084,7 @@
# define c3__smts c3_s4('s','m','t','s')
# define c3__snap c3_s4('s','n','a','p')
# define c3__so c3_s2('s','o')
# define c3__soak c3_s4('s','o','a','k')
# define c3__sock c3_s4('s','o','c','k')
# define c3__soft c3_s4('s','o','f','t')
# define c3__sole c3_s4('s','o','l','e')
Expand Down
1 change: 1 addition & 0 deletions pkg/vere/auto.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ u3_auto_init(u3_pier* pir_u)
car_u = _auto_link(u3_unix_io_init(pir_u), pir_u, car_u);
car_u = _auto_link(u3_term_io_init(pir_u), pir_u, car_u);
car_u = _auto_link(u3_fore_io_init(pir_u), pir_u, car_u);
car_u = _auto_link(u3_lick_io_init(pir_u), pir_u, car_u);

return car_u;
}
Loading

0 comments on commit a4d08a1

Please sign in to comment.