Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c9d07dfc
Commit
c9d07dfc
authored
Oct 26, 2002
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.
parent
e4826580
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Modules/_cursesmodule.c
Modules/_cursesmodule.c
+0
-2
No files found.
Modules/_cursesmodule.c
View file @
c9d07dfc
...
...
@@ -103,12 +103,10 @@ char *PyCursesVersion = "2.2";
#include "Python.h"
#ifdef __osf__
#define _XOPEN_SOURCE_EXTENDED
/* Define macro for OSF/1 */
#define STRICT_SYSV_CURSES
/* Don't use ncurses extensions */
#endif
#ifdef __hpux
#define _XOPEN_SOURCE_EXTENDED
#define STRICT_SYSV_CURSES
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment