Evan Haas 1702b413f7 translate-c: ensure bools are cast to int when necessary
Fixes two scenarios where @boolToInt() calls were missing:

1. Boolean expression cast to different-size int (char, long, etc)
2. Boolean expression used as parameter for function with int argument
2021-01-15 12:35:54 -08:00
..
2021-01-13 23:55:56 +01:00
2020-12-08 21:59:24 -07:00
2020-10-31 12:21:49 +02:00
2021-01-07 23:48:58 -08:00