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
6c01e386
Commit
6c01e386
authored
Jan 20, 2014
by
Stefan Krah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.
parent
1cfe009b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Misc/ACKS
Misc/ACKS
+1
-0
Python/fileutils.c
Python/fileutils.c
+2
-1
No files found.
Misc/ACKS
View file @
6c01e386
...
@@ -545,6 +545,7 @@ Randall Hopper
...
@@ -545,6 +545,7 @@ Randall Hopper
Nadav Horesh
Nadav Horesh
Alon Horev
Alon Horev
Jan Hosang
Jan Hosang
Alan Hourihane
Ken Howard
Ken Howard
Brad Howes
Brad Howes
Mike Hoy
Mike Hoy
...
...
Python/fileutils.c
View file @
6c01e386
#include "Python.h"
#include "Python.h"
#include "osdefs.h"
#include "osdefs.h"
#include <locale.h>
#ifdef MS_WINDOWS
#ifdef MS_WINDOWS
# include <windows.h>
# include <windows.h>
#endif
#endif
#ifdef HAVE_LANGINFO_H
#ifdef HAVE_LANGINFO_H
#include <locale.h>
#include <langinfo.h>
#include <langinfo.h>
#endif
#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