home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18706 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  666 b 

  1. Path: sparky!uunet!spool.mu.edu!agate!linus!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!ugle.unit.no!nuug!ifi.uio.no!nntp.uio.no!hbf
  2. From: hbf@gandalf.uio.no (Hallvard B Furuseth)
  3. Newsgroups: comp.lang.c
  4. Subject: assert
  5. Message-ID: <HBF.92Dec19163113@gandalf.uio.no>
  6. Date: 19 Dec 92 15:31:13 GMT
  7. Sender: news@ulrik.uio.no (Mr News)
  8. Organization: University of Oslo, Norway
  9. Lines: 7
  10. Nntp-Posting-Host: gandalf.uio.no
  11.  
  12. assert is sometimes (ie sun or gcc) defined to call another macro (ie
  13. __assert) which does most or all of the work.  I expect it's a hack to
  14. make sure the argument is stringified properly, or something like that.
  15. Can somebody explain?
  16. --
  17.  
  18. Hallvard
  19.