home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / utils / bug / 1379 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  690 b 

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!us.oracle.COM!tpopovic
  2. From: tpopovic@us.oracle.COM (Tom Popovich)
  3. Newsgroups: gnu.utils.bug
  4. Subject: gnu find-3.7
  5. Message-ID: <9208190119.AA06640@kilauea.us.oracle.com>
  6. Date: 19 Aug 92 01:19:54 GMT
  7. Sender: gnulists@ai.mit.edu
  8. Distribution: gnu
  9. Organization: GNUs Not Usenet
  10. Lines: 8
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12.  
  13. In lib/fnmatch.h, I added ASSUME_STDC to support machines that act
  14. like and ansi-C compiler but dont define __STDC__  This happens on
  15. system 5r4
  16.  
  17.  
  18. #if defined (__cplusplus) || (defined (__STDC__) && __STDC__) || defined (ASSUME_STDC)
  19. #undef  __P
  20. ...
  21.