home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.bash.bug
- Path: sparky!uunet!cis.ohio-state.edu!devon.prepnet.com!freeman
- From: freeman@devon.prepnet.com (Jon Freeman)
- Subject: Bug in Bash 1.12
- Message-ID: <9207272124.AA14860@_devon.prepnet.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 27 Jul 1992 21:24:49 GMT
- Approved: bug-bash@prep.ai.mit.edu
- Lines: 13
-
- In Bash 1.12, the file general.h contains the following statement:
-
- #if !defined (__STDC__)
- char *index (), *rindex ();
- #endif
-
- On an RS6000 running AIX 3.2, however, the symbol __STDC__ is not
- defined but index and rindex are defined in /usr/include/string.h.
- This leads to a fatal error, either with or without full prototypes.
-
- Jon
- (freeman@devon.prepnet.com)
-
-