X-Git-Url: https://git.sesse.net/?p=plocate;a=blobdiff_plain;f=lib.h;fp=lib.h;h=673cfdc4c538a5276551ee9b0af7c7a77bdcd94f;hp=0239dcb3fb73228944a9989029ca4f161d7babfe;hb=eeacf2ed3cc1c6559506896410fd86d4f7f852e4;hpb=ca5b4e7df2bfa0049b1347fb89e6bbb31679fac7 diff --git a/lib.h b/lib.h index 0239dcb..673cfdc 100644 --- a/lib.h +++ b/lib.h @@ -30,8 +30,6 @@ any later version. #include #include -#define _(X) (X) - /* Compare two path names using the database directory order. This is not exactly strcmp () order: "a" < "a.b", so "a/z" < "a.b". */ extern int dir_path_cmp(const std::string &a, const std::string &b);