home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17669 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!usenet.ucs.indiana.edu!navajo!shulick
  3. From: shulick@navajo.ucs.indiana.edu (Sam Hulick)
  4. Subject: SAS/C 5.10b bug discovered - Thanks, John
  5. Message-ID: <BzMuqG.D39@usenet.ucs.indiana.edu>
  6. Originator: shulick@navajo
  7. Sender: news@usenet.ucs.indiana.edu (USENET News System)
  8. Nntp-Posting-Host: navajo.ucs.indiana.edu
  9. Reply-To: shulick@navajo.ucs.indiana.edu
  10. Organization: Vallen Software
  11. Date: Mon, 21 Dec 1992 23:32:40 GMT
  12. Lines: 23
  13.  
  14.  
  15. Ok, John, this seems to be a bug in 5.10b.
  16.  
  17. #undef <symbol>
  18.  
  19. This is fine, but 5.10b doesn't check the syntax fully.  In 5.10b, no
  20. complaints are made about this:
  21.  
  22. #undef FOOBAR "spaz"
  23.  
  24. However, this same line would give you a warning in 6.0/6.1, saying that
  25. there are extra characters of the symbol, etc.  The error was something
  26. like that.
  27.  
  28. From my C experience, it's just #undef <symbol>, nothing more.  Maybe
  29. UNIX C is bit different, I don't know.  All I know is that 5.10b keeps
  30. quiet, 6.0/6.1 warn you.
  31.  
  32. -- 
  33.     // Amiga 3000   ___ \ Sam Hulick: shulick@indiana.edu (NeXTmail OK!)
  34.    // 68030 25 MHz /__/\ \ My opinions wear combat boots.  Or whatever.
  35. \\// OS 2.04       \__\/ / "Walk!  Not bloody likely.  I am going in a
  36.  \/                     / taxi."  --George Bernard Shaw
  37.