diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-23 14:17:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-23 14:17:37 +0200 |
| commit | 93db7b7b16f8904e23a7516079708ec82977fad3 (patch) | |
| tree | a02f038f3c058ad01d5514c0d1d10a886bc2f56f /src/projects.h | |
| parent | e833dbb8d8d5df290bc76bd1d757bf36b62ecf49 (diff) | |
| parent | 6f640d76e13cb643574b44b7498d51ecff6fb83e (diff) | |
| download | PROJ-93db7b7b16f8904e23a7516079708ec82977fad3.tar.gz PROJ-93db7b7b16f8904e23a7516079708ec82977fad3.zip | |
Merge pull request #937 from kbevers/c99-math-module
Collect custom C99 math functions in proj_math.h
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/projects.h b/src/projects.h index 5c8d1301..d6d6e23e 100644 --- a/src/projects.h +++ b/src/projects.h @@ -92,11 +92,6 @@ typedef long pj_int32; #define MAX_PATH_FILENAME 1024 #endif -/* prototype hypot for systems where absent */ -#if !(defined(HAVE_C99_MATH) && HAVE_C99_MATH) -extern double hypot(double, double); -#endif - /* If we still haven't got M_PI*, we rely on our own defines. * For example, this is necessary when compiling with gcc and * the -ansi flag. |
