[Prev][Next][Index]
Where is my comment?
- Date: Thu, 27 Feb 1997 18:25:02 +0000 (GMT)
- From: Frank Schinkmann <fkschink@gnu.cpc.wmin.ac.uk>
- To: sage-bugs@extreme.indiana.edu
- Subject: Where is my comment?
- Sender: owner-sage-bugs@extreme.indiana.edu
Hi!
I discovered that sometimes comments are lost. For example if I
have a function with an empty body and a comment within it like
void test()
{
/* test */
}
the unparser (file->unparsestdout()) produces:
void test(){
}
All the other comments are still in there. And if I look at the dumpdep
output then there is a comment node with this comment. It seems that the
unparser ignores it. Is this intended or is it a bug?
Regards
Frank