File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 * other compatibility work.
3535 */
3636
37+ #ifdef __SUNPRO_C
38+ #pragma error_messages (off,E_END_OF_LOOP_CODE_NOT_REACHED)
39+ #endif
40+
3741#ifndef SRE_RECURSIVE
3842
3943static char copyright [] =
Original file line number Diff line number Diff line change 11#include "Python.h"
22#include "structmember.h"
33
4+ #ifdef __SUNPRO_C
5+ #pragma error_messages (off,E_END_OF_LOOP_CODE_NOT_REACHED)
6+ #endif
7+
48/* collections module implementation of a deque() datatype
59 Written and maintained by Raymond D. Hettinger <[email protected] > 610 Copyright (c) 2004 Python Software Foundation.
Original file line number Diff line number Diff line change 22
33#include "Python.h"
44
5+ #ifdef __SUNPRO_C
6+ #pragma error_messages (off,E_END_OF_LOOP_CODE_NOT_REACHED)
7+ #endif
8+
59#ifdef STDC_HEADERS
610#include <stddef.h>
711#else
Original file line number Diff line number Diff line change 1010 All rights reserved.
1111*/
1212
13+ #ifdef __SUNPRO_C
14+ #pragma error_messages (off,E_END_OF_LOOP_CODE_NOT_REACHED)
15+ #endif
16+
1317static PyObject *
1418set_update (PySetObject * so , PyObject * other )
1519{
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4141#include "unicodeobject.h"
4242#include "ucnhash.h"
4343
44+ #ifdef __SUNPRO_C
45+ #pragma error_messages (off,E_END_OF_LOOP_CODE_NOT_REACHED)
46+ #endif
47+
4448#ifdef MS_WINDOWS
4549#include <windows.h>
4650#endif
You can’t perform that action at this time.
0 commit comments