home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!bloom-beacon!eru.mt.luth.se!lunic!sunic!mcsun!news.funet.fi!hydra!klaava!klaava!hurtta
- From: hurtta@cs.Helsinki.FI (Kari E. Hurtta)
- Newsgroups: comp.os.linux
- Subject: Re: gcc compiler bug involving <linux/ctype.h>?
- Message-ID: <HURTTA.92Aug26133444@plootu.Helsinki.FI>
- Date: 26 Aug 92 11:34:44 GMT
- References: <1992Aug26.020845.15618@watson.ibm.com>
- <HURTTA.92Aug26131805@plootu.Helsinki.FI>
- Sender: news@klaava.Helsinki.FI (Uutis Ankka)
- Organization: Department of Computer Science, University of Helsinki, Finland
- Lines: 12
- In-Reply-To: hurtta@cs.Helsinki.FI's message of Wed, 26 Aug 1992 11: 18:05 GMT
-
- In article <HURTTA.92Aug26131805@plootu.Helsinki.FI> hurtta@cs.Helsinki.FI (Kari E. Hurtta) wrote:
- > In article <1992Aug26.020845.15618@watson.ibm.com> derek@watson.ibm.com (Derek Lieber) wrote:
- >> The problem seems to be due to the toupper macro defined in <linux/ctype.h>.
- >> The macro looks fine to me, but changing it from...
- >> #define toupper(c) (_ctmp=c,islower(_ctmp)?_ctmp-('a'-'A'):_ctmp)
- >
- > So error is in macro.
-
- Or you use that macro (or header file) in place where isn't meant to use.
- Well, I don't know anything about sources of Linux or gcc.
-
- - K E H
-