Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f227252

Browse files
committed
The parser now also needs to link with mysnprintf.o.
1 parent 88e138c commit f227252

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ POBJS= \
191191
PARSER_OBJS= $(POBJS) Parser/myreadline.o
192192

193193
PGOBJS= \
194+
Python/mysnprintf.o \
194195
Parser/firstsets.o \
195196
Parser/grammar.o \
196197
Parser/pgen.o \

0 commit comments

Comments
 (0)