mirror of
https://github.com/python/cpython.git
synced 2025-09-14 12:46:49 +00:00
removed redundant C++ hack
This commit is contained in:
parent
a0dfc7ad65
commit
23d7b4bbfd
1 changed files with 1 additions and 7 deletions
|
@ -1,8 +1,6 @@
|
||||||
#ifndef Py_ALLOBJECTS_H
|
#ifndef Py_ALLOBJECTS_H
|
||||||
#define Py_ALLOBJECTS_H
|
#define Py_ALLOBJECTS_H
|
||||||
#ifdef __cplusplus
|
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/***********************************************************
|
/***********************************************************
|
||||||
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
|
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
|
||||||
|
@ -104,10 +102,6 @@ extern void Py_FatalError Py_PROTO((char *));
|
||||||
#define Py_CHARMASK(c) ((c) & 0xff)
|
#define Py_CHARMASK(c) ((c) & 0xff)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef Py_USE_NEW_NAMES
|
#ifndef Py_USE_NEW_NAMES
|
||||||
#include "rename2.h"
|
#include "rename2.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue