Re: [BUG] imcc: no newline at end of file

2004-03-19 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > Hi, > the attached test fails. There is no newline at the end of the file. > I think that imcc is causing a memory leak due to this, I got error messages > like: > "store_sub_in_namespace: sub '__new_class' namespace #1082752832 too > big.namespace" Must

Re: [BUG] imcc: no newline at end of file

2004-03-19 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > the attached test fails. There is no newline at the end of the file. Imcc is reading text files. A text file has a newline on *each* line. The error message could be a bit more user friendly, though. leo