This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove unused defines from strxfrm_l.c and strcoll_l.c


looks ok.

On Sun, Feb 08, 2015 at 10:06:36AM +0100, Leonhard Holz wrote:
> 	* string/strxfrm_l.c: Remove #define STRCMP.
> 	* string/strcoll_l.c: Remove #define STRLEN.
> 
> diff --git a/string/strxfrm_l.c b/string/strxfrm_l.c
> index 921d1f7..8b61ea2 100644
> --- a/string/strxfrm_l.c
> +++ b/string/strxfrm_l.c
> @@ -29,7 +29,6 @@
>  # define STRING_TYPE char
>  # define USTRING_TYPE unsigned char
>  # define STRXFRM __strxfrm_l
> -# define STRCMP strcmp
>  # define STRLEN strlen
>  # define STPNCPY __stpncpy
>  # define WEIGHT_H "../locale/weight.h"
> 
> diff --git a/string/strcoll_l.c b/string/strcoll_l.c
> index 85422bd..658d5b9 100644
> --- a/string/strcoll_l.c
> +++ b/string/strcoll_l.c
> @@ -30,7 +30,6 @@
>  # define USTRING_TYPE unsigned char
>  # define STRCOLL __strcoll_l
>  # define STRCMP strcmp
> -# define STRLEN strlen
>  # define WEIGHT_H "../locale/weight.h"
>  # define SUFFIX        MB
>  # define L(arg) arg


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]