mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
Sort the headers in PYTHON_HEADERS alphabetically. Add
structmember.h, which was missing (and caused me a snide comment by Tim when he fixed something I missed because of the missed dependency :-).
This commit is contained in:
parent
b64bec3ec0
commit
427ce80df6
1 changed files with 37 additions and 36 deletions
|
@ -428,47 +428,48 @@ Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \
|
||||||
|
|
||||||
PYTHON_HEADERS= \
|
PYTHON_HEADERS= \
|
||||||
Include/Python.h \
|
Include/Python.h \
|
||||||
pyconfig.h \
|
Include/abstract.h \
|
||||||
Include/patchlevel.h \
|
|
||||||
Include/pyport.h \
|
|
||||||
Include/pymem.h \
|
|
||||||
Include/object.h \
|
|
||||||
Include/objimpl.h \
|
|
||||||
Include/compile.h \
|
|
||||||
Include/symtable.h \
|
|
||||||
Include/pydebug.h \
|
|
||||||
Include/unicodeobject.h \
|
|
||||||
Include/intobject.h \
|
|
||||||
Include/longobject.h \
|
|
||||||
Include/floatobject.h \
|
|
||||||
Include/complexobject.h \
|
|
||||||
Include/rangeobject.h \
|
|
||||||
Include/stringobject.h \
|
|
||||||
Include/bufferobject.h \
|
Include/bufferobject.h \
|
||||||
Include/tupleobject.h \
|
Include/ceval.h \
|
||||||
Include/listobject.h \
|
Include/classobject.h \
|
||||||
Include/iterobject.h \
|
Include/cobject.h \
|
||||||
|
Include/codecs.h \
|
||||||
|
Include/compile.h \
|
||||||
|
Include/complexobject.h \
|
||||||
Include/descrobject.h \
|
Include/descrobject.h \
|
||||||
Include/dictobject.h \
|
Include/dictobject.h \
|
||||||
Include/methodobject.h \
|
|
||||||
Include/moduleobject.h \
|
|
||||||
Include/funcobject.h \
|
|
||||||
Include/classobject.h \
|
|
||||||
Include/fileobject.h \
|
Include/fileobject.h \
|
||||||
Include/cobject.h \
|
Include/floatobject.h \
|
||||||
Include/traceback.h \
|
Include/funcobject.h \
|
||||||
Include/sliceobject.h \
|
|
||||||
Include/codecs.h \
|
|
||||||
Include/pyerrors.h \
|
|
||||||
Include/pystate.h \
|
|
||||||
Include/modsupport.h \
|
|
||||||
Include/ceval.h \
|
|
||||||
Include/pythonrun.h \
|
|
||||||
Include/sysmodule.h \
|
|
||||||
Include/intrcheck.h \
|
|
||||||
Include/import.h \
|
Include/import.h \
|
||||||
Include/abstract.h \
|
Include/intobject.h \
|
||||||
Include/pyfpe.h
|
Include/intrcheck.h \
|
||||||
|
Include/iterobject.h \
|
||||||
|
Include/listobject.h \
|
||||||
|
Include/longobject.h \
|
||||||
|
Include/methodobject.h \
|
||||||
|
Include/modsupport.h \
|
||||||
|
Include/moduleobject.h \
|
||||||
|
Include/object.h \
|
||||||
|
Include/objimpl.h \
|
||||||
|
Include/patchlevel.h \
|
||||||
|
Include/pydebug.h \
|
||||||
|
Include/pyerrors.h \
|
||||||
|
Include/pyfpe.h \
|
||||||
|
Include/pymem.h \
|
||||||
|
Include/pyport.h \
|
||||||
|
Include/pystate.h \
|
||||||
|
Include/pythonrun.h \
|
||||||
|
Include/rangeobject.h \
|
||||||
|
Include/sliceobject.h \
|
||||||
|
Include/stringobject.h \
|
||||||
|
Include/structmember.h \
|
||||||
|
Include/symtable.h \
|
||||||
|
Include/sysmodule.h \
|
||||||
|
Include/traceback.h \
|
||||||
|
Include/tupleobject.h \
|
||||||
|
Include/unicodeobject.h \
|
||||||
|
pyconfig.h
|
||||||
|
|
||||||
$(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS)
|
$(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue