summaryrefslogtreecommitdiff
path: root/src/geohash_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix definition of M_PI in geohash_helper.c.antirez2016-07-061-1/+0
| | | | Without the right feature macros M_PI is not defined in math.h.
* geohash.c and geohash_helper.c are part of Redis.antirez2016-07-061-0/+71
They were under /deps since they originate from a different source tree, however at this point they are very modified and we took ownership of both the files making changes, fixing bugs, so there is no upgrade path from the original code tree. Given that, better to move the code under /src with proper dependencies and with a more simpler editing experience.