X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=abook.h;h=0cdc513405db7b4bfba13cf4833854779b075cc6;hb=ce5cddb064b82a0103d1e02f5749d8614dcdb6c6;hp=1c1e29d6a0b217e90df5b17815a556a24c3a0156;hpb=ef379a20d142cb95ba08c7887c8e3245269b3fdd;p=pkg%2Fabook.git diff --git a/abook.h b/abook.h index 1c1e29d..0cdc513 100644 --- a/abook.h +++ b/abook.h @@ -38,7 +38,6 @@ int strncasecmp (const char *, const char *, size_t); #define safe_atoi(X) ((X == NULL) ? 0 : atoi(X)) #define safe_str(X) ((X == NULL) ? "" : X) -#define safe_strdup(X) ((X == NULL) ? NULL : strdup(X)) #ifndef min # define min(x,y) (((x)<(y)) ? (x):(y))