source:
trunk/essentials/sys-devel/m4/examples/pushpop.m4
Last change on this file was 3090, checked in by , 18 years ago | |
---|---|
File size: 379 bytes |
Line | |
---|---|
1 | divert(-1) |
2 | pushdef(`hej', `def 1.') |
3 | dumpdef(`hej') |
4 | pushdef(`hej', `def 2.') |
5 | dumpdef(`hej') |
6 | pushdef(`hej', `def 3.') |
7 | dumpdef(`hej') |
8 | pushdef(`hej', `def 4.') |
9 | dumpdef(`hej') |
10 | |
11 | popdef(`hej') |
12 | dumpdef(`hej') |
13 | popdef(`hej') |
14 | dumpdef(`hej') |
15 | popdef(`hej') |
16 | dumpdef(`hej') |
17 | popdef(`hej') |
18 | dumpdef(`hej') |
19 | popdef(`hej') |
20 | dumpdef(`hej') |
21 | popdef(`hej') |
22 | |
23 | dumpdef(`mac2') |
24 | popdef(`mac2') |
25 | dumpdef(`mac2') |
Note:
See TracBrowser
for help on using the repository browser.