blob: 58682c01a0c1bdc51ee818e3639daa9eeb03f8a1 [file]
dnl ../doc/m4.texinfo:1862: 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