Bovy, Stephen wrote: >>>>>>>>> > > Hmmm , > > I see, I missed this !! > > if test "$zOSUnix" = "yes"; then > CFLAGS="$CFLAGS -W c,dll" > LDFLAGS="$LDFLAGS -W l,dll" > X_EXTRA_LIBS="$X_EXTRA_LIBS -lSM -lICE -lXmu" > fi > > So again , please wait while I re-check > > I suppose the correct solution would be to use SED > to re-insert the required "escapes" before the makfile is written
Hi Stephen You can produce a context diff for your patches with with "diff -c original_file modified_file". Or if you use mercurial (which is recommended), you then can just do "hg diff file". I suppose that only few people have access to zOS so the problems you find are very welcome! -- Dominique -- 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
