source:
trunk/essentials/sys-devel/m4/examples/comments.m4
Last change on this file was 3090, checked in by , 18 years ago | |
---|---|
File size: 167 bytes |
Line | |
---|---|
1 | # An ordinary comment |
2 | define(`foo', # A comment in a macro |
3 | `Macro `foo' expansion') |
4 | foo |
5 | define(`comment', `*** Macro `comment' expansion ***') |
6 | changecom(`@', `@') |
7 | foo |
Note:
See TracBrowser
for help on using the repository browser.