On Wed, Sep 09, 2015 at 03:24:00AM -0700, h_east wrote: > Hi again, > > 2015-9-9(Wed) 19:01:36 UTC+9 h_east: > > Hi! > > > > 2015-9-9(Wed) 18:17:20 UTC+9 Christian Brabandt: > > > Am 2015-09-09 10:47, schrieb Ike Devolder: > > > > On Wed, Sep 09, 2015 at 01:38:18AM -0700, Tony Mechelynck wrote: > > > >> On Wednesday, September 9, 2015 at 9:16:00 AM UTC+2, Ike wrote: > > > >> > tiny build breaks with this patch, I've opened a pull request on > > > >> > github > > > >> > that only uses plines_nofill when FEAT_DIFF or PROTO is defined. > > > >> > > > > >> > https://github.com/vim/vim/pull/416 > > > > > > Sorry for causing this. > > > > > > > the definition of plines_nofill in src/misc1.c has the same #if so when > > > > inside: > > > > > > > > #if defined(FEAT_DIFF) || defined(PROTO) > > > > > > > > plines_nofill should be available > > > > > > correct and that compiles here fine with a tiny version. > > > > defined(PROTO) is no need function caller part. > > Only global function body part need it for cproro command. > > PS > It is not to be used alone. > Always used with the other FEAT_*. > > -- > Best regards, > Hirohito Higashi (a.k.a h_east) > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout.
ok so on the caller part just use #if defined(FEAT_DIFF) is sufficient -- Ike -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
pgpaoJzUyqcq5.pgp
Description: PGP signature
