mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
add compile.h and symtable.h to list of header files
This commit is contained in:
parent
2523977fb2
commit
96da8b6d88
1 changed files with 2 additions and 0 deletions
|
@ -426,6 +426,8 @@ PYTHON_HEADERS= \
|
||||||
Include/pymem.h \
|
Include/pymem.h \
|
||||||
Include/object.h \
|
Include/object.h \
|
||||||
Include/objimpl.h \
|
Include/objimpl.h \
|
||||||
|
Include/compile.h \
|
||||||
|
Include/symtable.h \
|
||||||
Include/pydebug.h \
|
Include/pydebug.h \
|
||||||
Include/unicodeobject.h \
|
Include/unicodeobject.h \
|
||||||
Include/intobject.h \
|
Include/intobject.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue