Date: Wed, 28 Jun 2006 18:41:05 -0700 From: "Randall Hyde" <randyhyde@earthlink.net> To: <freebsd-hackers@freebsd.org> Subject: Re: Return value of malloc(0) Message-ID: <004301c69b1d$164b5370$6302a8c0@pentiv> References: <20060628181045.GA54915@curry.mchp.siemens.de> <44wtb12fu0.fsf@be-well.ilk.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi All, I'm trying to port my compiler from Linux to freeBSD. It looked like a simple job up to the point I ran my flex code through FLEX on freeBSD. When GCC processes lex.yy.c I get a complaint about an illegal numeric constant in yy_get_next_buffer, which is all FLEX generated (or prewritten) code. The thing compiler just fine under Linux. Any ideas? Cheers, Randy Hyde
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004301c69b1d$164b5370$6302a8c0>