source:
trunk/essentials/sys-devel/m4/examples/indir.m4
Last change on this file was 3090, checked in by , 18 years ago | |
---|---|
File size: 285 bytes |
Line | |
---|---|
1 | define(`%%$$##', `>>>$0<<< cnt $#') |
2 | |
3 | # indir(`%%$$##', nonsens, nonsens) |
4 | indir(`%%$$##', nonsens, nonsens) |
5 | |
6 | # indir(`indir', `%%$$##', nonsens) |
7 | indir(`indir', `%%$$##', nonsens) |
8 | |
9 | # indir(`indir', `indir', `indir', `indir', `%%$$##') |
10 | indir(`indir', `indir', `indir', `indir', `%%$$##') |
Note:
See TracBrowser
for help on using the repository browser.