Closed rrthomas closed 4 years ago
Use MIT_ERROR_BREAK only for break functions, and introduce MIT_ERROR_OK_LONGJMP for the particular purpose of transmitting MIT_ERROR_OK (value 0) via longjmp (as it must pass non-zero to avoid being confused with a normal return from setjmp).
Use MIT_ERROR_BREAK only for break functions, and introduce MIT_ERROR_OK_LONGJMP for the particular purpose of transmitting MIT_ERROR_OK (value 0) via longjmp (as it must pass non-zero to avoid being confused with a normal return from setjmp).