mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-110079: Remove extern "C" { ...} in C code (#110080)
This commit is contained in:
parent
bfd94ab9e9
commit
8b626a47ba
18 changed files with 6 additions and 168 deletions
|
@ -100,11 +100,6 @@ NOTE: In the interpreter's initialization phase, some globals are currently
|
|||
|
||||
*/
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Maximum code point of Unicode 6.0: 0x10ffff (1,114,111).
|
||||
// The value must be the same in fileutils.c.
|
||||
#define MAX_UNICODE 0x10ffff
|
||||
|
@ -15397,8 +15392,3 @@ PyInit__string(void)
|
|||
{
|
||||
return PyModuleDef_Init(&_string_module);
|
||||
}
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue