File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ XSUBPPTRY=$(PERLLIB)/ExtUtils/xsubpp
132132endif
133133XSUBPP_EXISTS =$(shell $(PERLEXE ) -e "print 1 unless -e '$(XSUBPPTRY ) '")
134134ifeq "$(XSUBPP_EXISTS ) " ""
135- XSUBPP =$(PERLEXE ) " $(XSUBPPTRY ) "
135+ XSUBPP =$(PERLEXE ) $(XSUBPPTRY )
136136else
137137XSUBPP =xsubpp
138138endif
@@ -809,7 +809,7 @@ endif
809809
810810if_perl.c : if_perl.xs typemap
811811 $(XSUBPP ) -prototypes -typemap \
812- " $( PERLTYPEMAP) " if_perl.xs > $@
812+ $(PERLTYPEMAP ) if_perl.xs > $@
813813
814814$(OUTDIR ) /netbeans.o : netbeans.c $(INCL ) $(NBDEBUG_INCL ) $(NBDEBUG_SRC )
815815 $(CC ) -c $(CFLAGS ) netbeans.c -o $(OUTDIR ) /netbeans.o
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 507 ,
744746/**/
745747 506 ,
746748/**/
You can’t perform that action at this time.
0 commit comments