home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19448 < prev    next >
Encoding:
Text File  |  1993-01-08  |  863 b   |  26 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!psinntp!gatekeeper.nsc.com!voder!woodstock!news
  3. From: keith@torme.sharebase.com (Keith Chambless)
  4. Subject: Re: NH-- > NH
  5. Message-ID: <1993Jan8.210335.28340@sharebase.com>
  6. Nntp-Posting-Host: torme
  7. Reply-To: keith@torme.sharebase.com (Keith Chambless)
  8. Organization: NCR/ShareBase Corporation
  9. References: <1993Jan4.140735.11269@wisipc.weizmann.ac.il> <1993Jan7.002651.10741@oracle.us.oracle.com> <C0JMw6.680@netnews.jhuapl.edu>
  10. Date: Fri, 8 Jan 93 21:03:35 GMT
  11. Lines: 13
  12.  
  13. In article <C0JMw6.680@netnews.jhuapl.edu> bandy@netnews.jhuapl.edu (Mike Bandy) writes:
  14. >
  15. >So what you're saying is that NH > NH.  I don't believe it.  Your 
  16. >compiler (or your logic) has some serious problems.
  17.  
  18.  
  19. Weird. Mine (Solbourne w/OS/MP 4.0) works the same:
  20.  
  21.     if (nh-- > nh)
  22.       printf("nh-- > nh = true\n");
  23.  
  24. prints true. I don't understand.
  25.  
  26.