X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Kbwms AT aol DOT com Message-ID: <17.3ed6c7e8.2cdfc65f@aol.com> Date: Sun, 9 Nov 2003 11:33:35 EST Subject: Re: C99 Functions Under Development and Checkout To: djgpp-workers AT delorie DOT com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_17.3ed6c7e8.2cdfc65f_boundary" X-Mailer: 8.0 for Windows sub 6021 Reply-To: djgpp-workers AT delorie DOT com --part1_17.3ed6c7e8.2cdfc65f_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In a message dated 11/9/2003 5:10:17 AM Eastern Standard Time, rich AT phekda DOT freeserve DOT co DOT uk writes: > Thereafter, it cannot be > >reset; any attempt to do so at runtime either by resetting the global > >variable or by calling set_math_errhandling() again will fail. > > It won't fail. The change will just be ignored. E.g.: > > some_maths_function(); > math_errhandling = MATH_ERRNO; > That doesn't change the permanent setting of math_errhandling, maintained in errhndlr.o. Indeed, the next call to any math function that uses one of the functions in errhndlr.o will cause the contents of math_errhandling to be replaced by its original value. --part1_17.3ed6c7e8.2cdfc65f_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable In a message dated 11/9/2003 5:10:17 AM Eastern Standard= Time, rich AT phekda DOT freeserve DOT co DOT uk writes:

Thereafter, it cannot be
>reset; any attempt to do so at runtime either by resetting the global >variable or by calling set_math_errhandling() again will fail. 
It won't fail. The change will just be ignored. E.g.:

  some_maths_function();
  math_errhandling =3D MATH_ERRNO;


That doesn't change the permanent setting of math_errhandling, maintained in= errhndlr.o.  Indeed, the next call to any math function that uses one=20= of the functions in errhndlr.o will cause the contents of math_errhandling t= o be replaced by its original value.
--part1_17.3ed6c7e8.2cdfc65f_boundary--