Mercurial > vim
view src/libvterm/vterm.pc.in @ 31265:a7cc6caf1947 v9.0.0966
patch 9.0.0966: some compilers don't allow a declaration after a label
Commit: https://github.com/vim/vim/commit/f86490ed4fdab213a28f667abd055c023a73d645
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 28 19:11:02 2022 +0000
patch 9.0.0966: some compilers don't allow a declaration after a label
Problem: Some compilers don't allow a declaration after a label.
Solution: Move the declaration to the start of the block. (John Marriott)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 28 Nov 2022 20:15:03 +0100 |
parents | f93337ae0612 |
children |
line wrap: on
line source
libdir=@LIBDIR@ includedir=@INCDIR@ Name: vterm Description: Abstract VT220/Xterm/ECMA-48 emulation library Version: @VERSION@ Libs: -L${libdir} -lvterm Cflags: -I${includedir}