summaryrefslogtreecommitdiff
path: root/checks/29.changecom
blob: 7a1dfa603c5e6a4bb8e6e445a19cdec2528bb990 (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl ../doc/m4.texinfo:1857: Origin of test
define(`comment', `COMMENT')
dnl @result{}
# A normal comment
dnl @result{}# A normal comment
changecom(`/*', `*/')
dnl @result{}
# Not a comment anymore
dnl @result{}# Not a COMMENT anymore
But: /* this is a comment now */ while this is not a comment
dnl @result{}But: /* this is a comment now */ while this is not a COMMENT