view configure @ 33106:d994ba4bd9ca v9.0.1837

patch 9.0.1837: Vim9: class_member_type() can be optimized Commit: https://github.com/vim/vim/commit/456ae556b43f277c65ceb518d58034b11cd58cfb Author: Ernie Rael <errael@raelity.com> Date: Fri Sep 1 18:54:54 2023 +0200 patch 9.0.1837: Vim9: class_member_type() can be optimized Problem: Vim9: class_member_type() can be optimized Solution: class_member_type() provides more information; safe an additional alloc()/free() closes: #12989 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ernie Rael <errael@raelity.com>
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Sep 2023 19:00:10 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"