Commit Graph

3 Commits

Author SHA1 Message Date
Jeroen Vermeulen
dea76752e9 Modernize "C" includes in search.
This is one of those little chores in managing a long-lived C++
project: standard C headers like stdio.h and math.h now have their own
place in the C++ standard as resp. cstdio, cmath, and so on.  In this
branch the #include names are updated for the search/ subdirectory; more
branches to follow.

C++11 adds cstdint, but to support compilation with the previous
standard, that change is left for later.
2015-03-28 19:48:20 +07:00
Kenneth Heafield
9340f9f465 Update incremental search 2012-11-15 18:04:07 +00:00
Kenneth Heafield
0eb98df0fe Submodules are evil. Undo it. 2012-10-15 13:58:33 +01:00