mirror of
https://https.git.savannah.gnu.org/git/m4.git
synced 2026-01-27 09:54:42 +00:00
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
# An ordinary comment
|
|
define(`foo', # A comment in a macro
|
|
`Macro `foo' expansion')
|
|
foo
|
|
define(`comment', `*** Macro `comment' expansion ***')
|
|
changecom(`@', `@')
|
|
foo
|