Elimar Riesebieter wrote: > Trying to build a tiny version gives me: > > normal.c: In function 'nv_screengo': > normal.c:4521:36: error: 'p_sbr' undeclared (first use in this function) > if (virtcol > (colnr_T)width1 && *p_sbr != NUL) > ^ > normal.c:4521:36: note: each undeclared identifier is reported only once for > each function it appears in > Makefile:2693: recipe for target 'objects/normal.o' failed > make[1]: *** [objects/normal.o] Error 1
Some confusion about an #ifdef with an "||". I'll make a fix. -- >From "know your smileys": |-P Reaction to unusually ugly C code /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
