X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b6b8e21a40856edb0be2daa851a6a226b7afb75..6415637cb0da1aa1eb0b6a73b9f1757e80f53a9a:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index 6f4aacf052..600cef4d47 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "http.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -146,13 +142,7 @@ bool wxHTTP::ParseHeaders() ClearHeaders(); m_read = true; -#if defined(__VISAGECPP__) -// VA just can't stand while(1) - bool bOs2var = true; - while(bOs2var) -#else - while (1) -#endif + for ( ;; ) { m_perr = ReadLine(this, line); if (m_perr != wxPROTO_NOERR)