Rolodex bugs

Jonathan Cassell jsc at cblpn.ATT.COM
Sat Mar 19 04:15:41 AEST 1988


In article <1094 at mimir.dmt.oz> paz at mimir.dmt.oz (Paul Zemancheff) writes:
>
>	Re: My previous news item.  " strchr() " is a function, not a variable.
>The code for this function does not appear ( at least I can't find it.) in any
>of the sources  ...
>
>Paul Zemancheff		      PHONE: +61 3 487 9263

If you add "-Dstrchr=index" to your compile line, you will probably 
eliminate the problem.  strchr() is functionally equivalent to index(),
as is strrchr() to rindex(). Your libraries probably contain index() and
rindex().  An irritating, but minor, BSD/ATT-BL inconsistency.


	jonathon cassell
	cblpn!jsc



More information about the Comp.sources.bugs mailing list