Mercurial > vim
view configure @ 11317:e45c6e4d78af v8.0.0544
patch 8.0.0544: cppcheck warnings
commit https://github.com/vim/vim/commit/866c68861071f8cd1ef5a82445bebaafc8626e7e
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Apr 7 14:02:01 2017 +0200
patch 8.0.0544: cppcheck warnings
Problem: Cppcheck warnings.
Solution: Use temp variable. Change NUL to NULL. Swap conditions. (Dominique
Pelle)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 07 Apr 2017 14:15:06 +0200 |
parents | cd9471bd8e9e |
children | a1ca6778da49 |
line wrap: on
line source
#! /bin/sh # This is just a stub for the Unix configure script, to provide support for # doing "./configure" in the top Vim directory. cd src && exec ./configure "$@"