* src/input.c (input_init): Simplify.
[m4.git] / examples / comments.m4
blobc1e3be0a2f95d6bff47b9a2ca7c6e352d1051b27
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