source:
trunk/essentials/sys-devel/m4/examples/comments.m4@
3091
| Last change on this file since 3091 was 3090, checked in by , 19 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.
