Mercurial > vim
view src/xxd/Make_amiga.mak @ 23549:4156f972efb1 v8.2.2317
patch 8.2.2317: Vim9: command modifier before list unpack doesn't work
Commit: https://github.com/vim/vim/commit/9e0f883f89c915e08ef5fd9e6bf382af57fa9eb2
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 9 12:09:22 2021 +0100
patch 8.2.2317: Vim9: command modifier before list unpack doesn't work
Problem: Vim9: command modifier before list unpack doesn't work.
Solution: Only recognize "[" directly after the name. (closes https://github.com/vim/vim/issues/7641)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 09 Jan 2021 12:15:05 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
# Makefile for xxd on the Amiga, using Aztec/Manx C 5.0 or later # #>>>>> choose between debugging (-bs) or optimizing (-so) OPTIONS = -so #OPTIONS = -bs #>>>>>> choose -g for debugging LN_DEBUG = #LN_DEBUG = -g CFLAGS = $(OPTIONS) -wapruq -ps -qf -DAMIGA -Dconst= Xxd: xxd.o ln +q -m $(LN_DEBUG) -o Xxd xxd.o -lc16 xxd.o: xxd.c cc $(CFLAGS) xxd.c -o xxd.o