Bump to m4 1.4.19
[platform/upstream/m4.git] / examples / comments.m4
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