Required function declared as EXTERNAL.
#2154 Compile-time error
Required function declared as EXTERNAL.
Additional Information
Required function 'X' is declared as EXTERNAL. This is not permitted for required functions.
Explanation
A function cannot be declared with both REQUIRE
and
EXTERNAL
. Remove the EXTERNAL
modifier from the
REQUIRE
declaration. It is allowed to SUPPLY
an
EXTERNAL
function.