home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9112 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.2 KB

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