Skip to content

Commit

Permalink
Split node management to node2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 16, 2023
1 parent 417ab6d commit dbe138d
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 391 deletions.
3 changes: 2 additions & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ COMMONOBJS = array.$(OBJEXT) \
rjit.$(OBJEXT) \
rjit_c.$(OBJEXT) \
node.$(OBJEXT) \
node2.$(OBJEXT) \
numeric.$(OBJEXT) \
object.$(OBJEXT) \
pack.$(OBJEXT) \
Expand Down Expand Up @@ -342,7 +343,7 @@ Doxyfile: $(srcdir)/template/Doxyfile.tmpl $(PREP) $(tooldir)/generic_erb.rb $(R

libparser-so:
$(ECHO) linking shared-library $@
$(Q) $(LDSHARED) $(DLDFLAGS) node.o parse.o st.o $(OUTFLAG)$@
$(Q) $(LDSHARED) $(DLDFLAGS) node2.o parse.o st.o $(OUTFLAG)$@

program: $(SHOWFLAGS) $(PROGRAM)
wprogram: $(SHOWFLAGS) $(WPROGRAM)
Expand Down
Loading

0 comments on commit dbe138d

Please sign in to comment.