source: trunk/essentials/sys-devel/m4/examples/comments.m4

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 167 bytes
Line 
1# An ordinary comment
2define(`foo', # A comment in a macro
3`Macro `foo' expansion')
4foo
5define(`comment', `*** Macro `comment' expansion ***')
6changecom(`@', `@')
7foo
Note: See TracBrowser for help on using the repository browser.