To: vim-dev@vim.org Subject: Patch 5.6.070 Fcc: outbox From: Bram Moolenaar ------------ Patch 5.6.070 (depends on 5.6.068) Problem: Compiling the Perl interface doesn't work with Perl 5.6.0. (Bernhard Rosenkraenzer) Solution: Simpler check instead of the one from patch 68. Files: src/Makefile *** ../vim-5.6.69/src/Makefile Sat Apr 22 22:52:31 2000 --- src/Makefile Thu Apr 20 20:47:54 2000 *************** *** 1627,1635 **** # $(CC) -c -I$(srcdir) $(ALL_CFLAGS) $(*F).c -o $@ if_perl.c: if_perl.xs ! $(PERL) -MConfig -e 'unless ( \ ! (exists $$Config{apiversion} && $$Config{apiversion} >= 5.005) || \ ! (exists $$Config{xs_apiversion} && $$Config{xs_apiversion} >= 5.005)) \ { for (qw(na defgv errgv)) { print "#define PL_$$_ $$_\n" }}' > $@ $(PERL) $(PERLLIB)/ExtUtils/xsubpp -prototypes -typemap \ $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@ --- 1628,1634 ---- # $(CC) -c -I$(srcdir) $(ALL_CFLAGS) $(*F).c -o $@ if_perl.c: if_perl.xs ! $(PERL) -e 'unless ( $$] >= 5.005 ) \ { for (qw(na defgv errgv)) { print "#define PL_$$_ $$_\n" }}' > $@ $(PERL) $(PERLLIB)/ExtUtils/xsubpp -prototypes -typemap \ $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@ *** ../vim-5.6.69/src/version.c Sat Apr 22 22:55:10 2000 --- src/version.c Tue Apr 25 20:41:41 2000 *************** *** 420,421 **** --- 420,423 ---- { /* Add new patch number below this line */ + /**/ + 70, /**/ -- hundred-and-one symptoms of being an internet addict: 137. You decide to stay in college for an additional year or two, just so you can have the free Internet access. /-/-- Bram Moolenaar --- Bram@moolenaar.net --- http://www.moolenaar.net --\-\ \-\-- Vim: http://www.vim.org ---- ICCF Holland: http://www.vim.org/iccf --/-/