mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
8 lines
281 B
Text
8 lines
281 B
Text
dnl $OpenBSD: src/regress/usr.bin/m4/args.m4,v 1.1 2001/10/10 23:23:59 espie Exp $
|
|
dnl Expanding all arguments
|
|
define(`A', `first form: $@, second form $*')dnl
|
|
define(`B', `C')dnl
|
|
A(1,2,`B')
|
|
dnl indirection means macro can get called with argc == 2 !
|
|
indir(`A',1,2,`B')
|
|
indir(`A')
|