[Prev][Next][Index]
Re: Miscellaneous Bug
- Date: Wed, 2 Nov 94 16:29:24 -0500
- From: Beata Winnicka <bfatyga@slab.cica.indiana.edu>
- To: Andrew Mauer <mauer@mcs.anl.gov>
- Subject: Re: Miscellaneous Bug
- Cc: sage-bugs@cica.indiana.edu
A sample code:
struct mallinfo {};
int mallinfo();
main(){
int i = mallinfo();
}
unparses (using our current version of sage, not the distribution one!)
to:
struct mallinfo {
} ;
int mallinfo();
main(){
int i = mallinfo ();
}
Do you mean to say that this does not work for you or is the problem somewhere else?
--Beata