mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
move pygetopt.h to internal (closes bpo-32264) (#4830)
This commit is contained in:
parent
f74ef458ab
commit
e425bd7517
8 changed files with 25 additions and 34 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
#include <pygetopt.h>
|
||||
#include "internal/pygetopt.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue