home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gcc / help / 3017 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!gnu.ai.mit.edu!rms
  2. From: rms@gnu.ai.mit.edu (Richard Stallman)
  3. Newsgroups: gnu.gcc.help
  4. Subject: [biz.sco.general] Re: gcc 2.3.2 on SCO 3.2.4 (__STDC__)
  5. Date: 24 Jan 1993 15:22:15 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 10
  8. Sender: daemon@cis.ohio-state.edu
  9. Distribution: gnu
  10. Message-ID: <9301242015.AA27059@mole.gnu.ai.mit.edu>
  11. References: <9301241844.AA09928@candidus.ma30.bull.com>
  12.  
  13. The meaning of __STDC__ is defined by the ANSI C standard
  14. for ANSI C compilers.
  15.  
  16. As for compilers not precisely supporting ANSI C, it means whatever we
  17. decide it means.  The question is, what is the useful thing to do with
  18. it?  For GCC, I decided to define __STDC__ as 1 when the ANSI C
  19. features (prototypes, etc.) are available, and not define it
  20. otherwise.  I am not sure this is the best possible way, but I'm also
  21. not sure another way is better.  Unless/until I'm convinced to change
  22. it for all machines, I plan to keep it this way on all machines.
  23.