diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-11-28 10:23:08 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-11-28 10:23:08 +0100 |
| commit | b693f2cf7cc745d77242b6132eeb35ea8fd6a843 (patch) | |
| tree | c12745c563fcc4da45348b42c99cc67b4101a593 /src/proj_api.h | |
| parent | 3ca8752d7226b441df5c98a2e489f913a01b6273 (diff) | |
| parent | 3175dce5fcec54fef6299cc8b595d84db5b29cf4 (diff) | |
| download | PROJ-b693f2cf7cc745d77242b6132eeb35ea8fd6a843.tar.gz PROJ-b693f2cf7cc745d77242b6132eeb35ea8fd6a843.zip | |
Merge remote-tracking branch 'aaronpuchert/static-assert'
Diffstat (limited to 'src/proj_api.h')
| -rw-r--r-- | src/proj_api.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proj_api.h b/src/proj_api.h index 50999b71..f5ced282 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -69,10 +69,8 @@ extern "C" { -#ifndef PROJ_H extern char const pj_release[]; /* global release id string */ extern int pj_errno; /* global error return code */ -#endif #ifndef PROJ_INTERNAL_H /* replaced by enum proj_log_level in proj_internal.h */ |
