mirror of
https://https.git.savannah.gnu.org/git/m4.git
synced 2026-01-26 15:39:10 +00:00
* examples: Move from here... * doc/examples: ...to here. * Makefile.am (EXTRA_DIST, dist_pkgdata_DATA): Adjust. * README, doc/m4.texi, tests/builtins.at, tests/generate.awk, tests/others.at: Likewise. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
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
|