mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
pgen now needs pymalloc
This commit is contained in:
parent
51e7f5caba
commit
fd1030e166
@ -197,6 +197,7 @@ POBJS= \
|
|||||||
PARSER_OBJS= $(POBJS) Parser/myreadline.o
|
PARSER_OBJS= $(POBJS) Parser/myreadline.o
|
||||||
|
|
||||||
PGOBJS= \
|
PGOBJS= \
|
||||||
|
Objects/obmalloc.o \
|
||||||
Python/mysnprintf.o \
|
Python/mysnprintf.o \
|
||||||
Parser/firstsets.o \
|
Parser/firstsets.o \
|
||||||
Parser/grammar.o \
|
Parser/grammar.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user