~pythonregexp2.7/python/issue2636-01+09-01-01

« back to all changes in this revision

Viewing changes to Include/pymath.h

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 00:02:12 UTC
  • mfrom: (39022.1.34 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922000212-7r0q4f4ugiq57jph
Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *Note: PC/pyconfig.h defines copysign as _copysign
20
20
 */
21
21
#ifndef HAVE_COPYSIGN
22
 
extern double copysign(doube, double);
 
22
extern double copysign(double, double);
23
23
#endif
24
24
 
25
25
#ifndef HAVE_ACOSH