| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I was attempting to compile the latest version of flex, 2.5.31, when it failed with three errors. All three had to do with invalid lvalues so I opened up filter.c (the offending file) and checked the lines. They were of the form:
if ((stdin = fdopen(0, "r") == NULL)
After all that background, I suppose my questions are:
1) Is there a reason to make stdin, stdout, and stderr be addresses of a FILE rather than a FILE*?
2) How should I hack around the assignment to stdin/stdout?
| References: | |
| >stdin/stdout (From: Steve Checkoway <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.