mirror of
https://github.com/moparisthebest/curl
synced 2025-03-03 18:59:46 -05:00

... by fixing macros to do-while constructs and moving out the calls to "break" outside of the actual macro. It also fixes the problem where the macro was used witin a loop and the break didn't do right. Reported-by: Emil Engler Fixes #6847 Closes #6909