home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / bash / bug / 507 < prev    next >
Encoding:
Text File  |  1992-07-28  |  743 b   |  26 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!devon.prepnet.com!freeman
  3. From: freeman@devon.prepnet.com (Jon Freeman)
  4. Subject: Bug in Bash 1.12
  5. Message-ID: <9207272124.AA14860@_devon.prepnet.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 27 Jul 1992 21:24:49 GMT
  10. Approved: bug-bash@prep.ai.mit.edu
  11. Lines: 13
  12.  
  13. In Bash 1.12, the file general.h contains the following statement:
  14.  
  15. #if !defined (__STDC__)
  16. char *index (), *rindex ();
  17. #endif
  18.  
  19. On an RS6000 running AIX 3.2, however, the symbol __STDC__ is not
  20. defined but index and rindex are defined in /usr/include/string.h.
  21. This leads to a fatal error, either with or without full prototypes.
  22.  
  23.                 Jon
  24.                 (freeman@devon.prepnet.com)
  25.  
  26.