summaryrefslogtreecommitdiff
path: root/examples/comments.m4
diff options
context:
space:
mode:
Diffstat (limited to 'examples/comments.m4')
-rw-r--r--examples/comments.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/comments.m4 b/examples/comments.m4
new file mode 100644
index 0000000..c1e3be0
--- /dev/null
+++ b/examples/comments.m4
@@ -0,0 +1,7 @@
+# An ordinary comment
+define(`foo', # A comment in a macro
+`Macro `foo' expansion')
+foo
+define(`comment', `*** Macro `comment' expansion ***')
+changecom(`@', `@')
+foo