[Prev][Next][Index]
Re: Bug with generated print functions in pC++
- Date: Tue, 26 Jul 1994 19:16:23 -0500
- From: "Dennis Gannon" <gannon@cs.indiana.edu>
- To: bhelm@skinner.cs.uoregon.edu
- Subject: Re: Bug with generated print functions in pC++
- Cc: mohr@cs.uoregon.edu, sage-bugs@cica.cica.indiana.edu
rob,
thanks for the bug report.
let me know what happens if you replace
typedef long int FIXED;
with
#define FIXED long int
the typedef is the source of the problem. i will look
into it.
d.