X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=d8698ba4383bdc56f16122e4868924d3ae660f85;hb=c88e828f7efd35fdf5175eb089fe9be6520f44d9;hp=fd6e739b63d6b575f717bb4e3bdea1a6b5175a2e;hpb=4fb6f8878aa476e411f7d490a514e0892d3e51e2;p=pspp-builds.git diff --git a/src/libpspp/str.h b/src/libpspp/str.h index fd6e739b..d8698ba4 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -37,13 +37,6 @@ #include "strtok_r.h" #include "vsnprintf.h" #include "xvasprintf.h" - -#ifndef HAVE_STRCHR -#define strchr index -#endif -#ifndef HAVE_STRRCHR -#define strrchr rindex -#endif /* Miscellaneous. */