mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
6 lines
204 B
Text
6 lines
204 B
Text
|
|
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))
|