home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
m4-1.4-src.tgz
/
tar.out
/
fsf
/
m4
/
checks
/
27.changecom
< prev
next >
Wrap
Text File
|
1996-09-28
|
369b
|
12 lines
dnl ../doc/m4.texinfo:1859: 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