<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>OS X 10.2, m_pd.h, &amp;
cabs()?</title></head><body>
<div>hiya,</div>
<div><br></div>
<div>...just upgraded to 10.2 this weekend, and have started back in
on GEM...when right off the bat, there's now a definition problem with
something in m_pd.h...specifically:</div>
<div><br></div>
<div><font size="-1" color="#683821">#ifdef MACOSX</font><font
size="-1" color="#000000"><br>
</font><font size="-1" color="#683821">#define cabs()
smerdyakov(void)</font><font size="-1" color="#000000"><br>
</font><font size="-1" color="#683821">#endif</font></div>
<div><br></div>
<div>...this now conflicts with:</div>
<div><br></div>
<div><font size="-1" color="#236E25">/*<br>
&nbsp;* BSD math library entry points<br>
&nbsp;*/</font><font size="-1" color="#000000"><br>
</font><font size="-1" color="#760F50">extern double</font><font
size="-1" color="#000000"> cabs ( _complex z );</font></div>
<div><br></div>
<div>...which is included from /usr/include/math.h in the
CoreFoundation.framework...is it ok to remove the old define in m_pd.h
in favor of this new (hopefully correct) implementation?</div>
<div><br></div>
<div>tanx,</div>
<div>jamie</div>
</body>
</html>