mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@615 b9cfdab3-6d41-4d17-bbe4-086880011989
4 lines
179 B
Plaintext
4 lines
179 B
Plaintext
dnl $Id$
|
|
define([foreach],[pushdef([$1])_foreach($@)popdef([$1])])dnl
|
|
define([_foreach],[ifelse(quote($2),[],[],[define([$1],[arg1($2)])$3[]_foreach([$1],[shift($2)],[$3])])])dnl
|