Missing comparison macros in function adapt_GR_rpg1_ief_fx()
# Task description
in function `adapt_GR_rpg1_ief_fx()` there are two comparison macros that need to be changed from plain C to BASOP comparison macros.
first in:
`IF( in[0] == 0 )`
second in:
`IF( s == 0 )`
issue