From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: "Fischer Martin (AT/EES3)" Cc: Subject: Re: AW: S-N 4.5.2 hangs while scanning header file Date: Fri, 24 Nov 2000 15:59:00 -0000 Message-id: References: <01CDE14BF507D2119A0C00805FBBB713016322B8@ermail3.er.bosch.de> X-SW-Source: 2000-q4/msg00268.html Martin Fischer wrote: > the file named c:/BC5/INCLUDE/OWL/timegadg.h is part of my > installation of Borland C++ 5.02 / OWL 5.2 on NT 4.0, SP6. I have been able to reproduce the bug Martin reported with the following minimal test case: class foo { #ifdef WITH_INT foo (int, #else foo (char, #endif int); }; I'm going to have a crack at fixing it this morning. Ben