[Prev][Next][Index]
Miscellaneous Bug
- To: sage-bugs@cica.indiana.edu
- Subject: Miscellaneous Bug
- Date: Wed, 02 Nov 1994 15:20:33 -0600
- From: Andrew Mauer <mauer@mcs.anl.gov>
I think this is a bug. I'm not reporting it carefully because I doubt
anything will be done with it. It looks deep.
In <malloc.h>, we have a "struct mallinfo { ... };" and then also
a function "mallinfo()". Later in my code, a call to mallinfo is
munged from "mallinfo()" to "(mallinfo)". Presumably Sage++ doesn't
get the separation of the namespaces. (Are the separate? Guess so.)
/Andrew