diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/pj_gridinfo.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ 2015-02-21 Even Rouault <even.rouault@spatialys.com> + * src/pj_gridinfo.c: remove trailing / from preprocessor line + (from Charles Karney) + +2015-02-21 Even Rouault <even.rouault@spatialys.com> * src/PJ_aitoff.c: define M_PI and M_PI_2 (needed for Windows) (from Charles Karney) diff --git a/src/pj_gridinfo.c b/src/pj_gridinfo.c index 0e94a816..9bb1db64 100644 --- a/src/pj_gridinfo.c +++ b/src/pj_gridinfo.c @@ -41,7 +41,7 @@ * TODO - mloskot: re-implement porting friendly assert */ # define assert(exp) ((void)0) -#else/ +#else # include <assert.h> #endif /* _WIN32_WCE */ |
