Kaydet (Commit) 23d7b4bb authored tarafından Guido van Rossum's avatar Guido van Rossum

removed redundant C++ hack

üst a0dfc7ad
#ifndef Py_ALLOBJECTS_H
#define Py_ALLOBJECTS_H
#ifdef __cplusplus
extern "C" {
#endif
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
/***********************************************************
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)
#endif
#ifdef __cplusplus
}
#endif
#ifndef Py_USE_NEW_NAMES
#include "rename2.h"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment