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
f57c1703
Commit
f57c1703
authored
Sep 29, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove #ifdef __cplusplus.
parent
ff8c9dab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
PC/config.h
PC/config.h
+6
-6
No files found.
PC/config.h
View file @
f57c1703
#ifndef Py_CONFIG_H
#ifndef Py_CONFIG_H
#define Py_CONFIG_H
#define Py_CONFIG_H
#ifdef __cplusplus
extern
"C"
{
#endif
/* config.h. NOT Generated automatically by configure.
/* config.h. NOT Generated automatically by configure.
...
@@ -106,6 +103,9 @@ typedef int pid_t;
...
@@ -106,6 +103,9 @@ typedef int pid_t;
/* Windows 3.1 will not tolerate any console io in a dll */
/* Windows 3.1 will not tolerate any console io in a dll */
#ifdef _USRDLL
#ifdef _USRDLL
#include <time.h>
#include <time.h>
#ifdef __cplusplus
extern
"C"
{
#endif
#define stdin ((FILE *)0)
#define stdin ((FILE *)0)
#define stdout ((FILE *)1)
#define stdout ((FILE *)1)
#define stderr ((FILE *)2)
#define stderr ((FILE *)2)
...
@@ -125,6 +125,9 @@ clock_t clock();
...
@@ -125,6 +125,9 @@ clock_t clock();
void
_exit
(
int
);
void
_exit
(
int
);
void
exit
(
int
);
void
exit
(
int
);
int
sscanf
(
const
char
*
,
const
char
*
,
...);
int
sscanf
(
const
char
*
,
const
char
*
,
...);
#ifdef __cplusplus
}
#endif
#endif
/* _USRDLL */
#endif
/* _USRDLL */
#ifndef NETSCAPE_PI
#ifndef NETSCAPE_PI
/* use sockets, but not in a Netscape dll */
/* use sockets, but not in a Netscape dll */
...
@@ -465,7 +468,4 @@ typedef int pid_t;
...
@@ -465,7 +468,4 @@ typedef int pid_t;
/* Define if you have the thread library (-lthread). */
/* Define if you have the thread library (-lthread). */
/* #undef HAVE_LIBTHREAD */
/* #undef HAVE_LIBTHREAD */
#ifdef __cplusplus
}
#endif
#endif
/* !Py_CONFIG_H */
#endif
/* !Py_CONFIG_H */
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