P99

◆ P99_RETHROW

#define P99_RETHROW   p00_jmp_throw(p00_code, p00_unwind_top, 0, 0, 0)

Stop execution at the current point inside a P99_FINALLY or P99_CATCH clause and propagate the same exception that led here to the next level.

Warning
Utilities that change control flow in an unexpected way may result in the loss of some modifications that are effected on variables. A modern compiler should tell you when you are in such a situation. If it is the case you'd have to declare the variable in question with the volatile qualifier. For an explanation see P99_UNWIND_PROTECT.

Definition at line 495 of file p99_try.h.