home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 18775 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.1 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!sunic!aun.uninett.no!nuug!ifi.uio.no!nntp.uio.no!hbf
  2. From: hbf@durin.uio.no (Hallvard B Furuseth)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: assert
  5. Message-ID: <HBF.92Dec22152501@durin.uio.no>
  6. Date: 22 Dec 92 14:25:01 GMT
  7. References: <HBF.92Dec19163113@gandalf.uio.no> <1992Dec21.163006.8068@taumet.com>
  8.     <9212211543.PN29748@LL.MIT.EDU>
  9. Sender: news@ulrik.uio.no (Mr News)
  10. Organization: University of Oslo, Norway
  11. Lines: 14
  12. In-Reply-To: lebrun@ll.mit.edu's message of Mon, 21 Dec 92 15:43:40 -0500
  13. Nntp-Posting-Host: durin.uio.no
  14.  
  15.  
  16. In article <9212211543.PN29748@LL.MIT.EDU> lebrun@ll.mit.edu (Steven F. LeBrun) writes:
  17.  
  18. > I took a look at the ANSI C document (X3.159-1989) and could not find a
  19. > section that states that standard header files cannot include other
  20. > standard header files.
  21.  
  22. I found it: 4.1.2.1 lists reserved identifiers, and says *no other
  23. identifiers are reserved*.  (Non-underscore) macros are reserved if any
  24. of their associated headers are included.  So assert.h may not define
  25. stderr because it is not explicitly allowed to do so.
  26. --
  27.  
  28. Hallvard
  29.