mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-09 13:42:56 +00:00
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
|
dnl $FreeBSD$
|
||
|
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')
|