mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
|
dnl $FreeBSD$
|
||
|
dnl $OpenBSD: src/regress/usr.bin/m4/args2.m4,v 1.1 2008/08/16 09:57:12 espie Exp $
|
||
|
dnl Preserving spaces within nested parentheses
|
||
|
define(`foo',`$1')dnl
|
||
|
foo(( check for embedded spaces))
|