mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove unused definitions
This commit is contained in:
committed by
Ondřej Bílka
parent
306bc0d1ed
commit
d35273f274
@ -1,3 +1,10 @@
|
|||||||
|
2015-02-11 Leonhard Holz <leonhard.holz@web.de>
|
||||||
|
|
||||||
|
* string/strxfrm_l.c: Remove #define STRCMP.
|
||||||
|
* string/strcoll_l.c: Remove #define STRLEN.
|
||||||
|
* wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
|
||||||
|
* wcsmbs/wcscoll_l.c: Remove #define STRLEN.
|
||||||
|
|
||||||
2015-02-10 Joseph Myers <joseph@codesourcery.com>
|
2015-02-10 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
|
* sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
# define USTRING_TYPE unsigned char
|
# define USTRING_TYPE unsigned char
|
||||||
# define STRCOLL __strcoll_l
|
# define STRCOLL __strcoll_l
|
||||||
# define STRCMP strcmp
|
# define STRCMP strcmp
|
||||||
# define STRLEN strlen
|
|
||||||
# define WEIGHT_H "../locale/weight.h"
|
# define WEIGHT_H "../locale/weight.h"
|
||||||
# define SUFFIX MB
|
# define SUFFIX MB
|
||||||
# define L(arg) arg
|
# define L(arg) arg
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
# define STRING_TYPE char
|
# define STRING_TYPE char
|
||||||
# define USTRING_TYPE unsigned char
|
# define USTRING_TYPE unsigned char
|
||||||
# define STRXFRM __strxfrm_l
|
# define STRXFRM __strxfrm_l
|
||||||
# define STRCMP strcmp
|
|
||||||
# define STRLEN strlen
|
# define STRLEN strlen
|
||||||
# define STPNCPY __stpncpy
|
# define STPNCPY __stpncpy
|
||||||
# define WEIGHT_H "../locale/weight.h"
|
# define WEIGHT_H "../locale/weight.h"
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#define USTRING_TYPE wint_t
|
#define USTRING_TYPE wint_t
|
||||||
#define STRCOLL __wcscoll_l
|
#define STRCOLL __wcscoll_l
|
||||||
#define STRCMP wcscmp
|
#define STRCMP wcscmp
|
||||||
#define STRLEN __wcslen
|
|
||||||
#define WEIGHT_H "../locale/weightwc.h"
|
#define WEIGHT_H "../locale/weightwc.h"
|
||||||
#define SUFFIX WC
|
#define SUFFIX WC
|
||||||
#define L(arg) L##arg
|
#define L(arg) L##arg
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#define STRING_TYPE wchar_t
|
#define STRING_TYPE wchar_t
|
||||||
#define USTRING_TYPE wint_t
|
#define USTRING_TYPE wint_t
|
||||||
#define STRXFRM __wcsxfrm_l
|
#define STRXFRM __wcsxfrm_l
|
||||||
#define STRCMP wcscmp
|
|
||||||
#define STRLEN __wcslen
|
#define STRLEN __wcslen
|
||||||
#define STPNCPY __wcpncpy
|
#define STPNCPY __wcpncpy
|
||||||
#define WEIGHT_H "../locale/weightwc.h"
|
#define WEIGHT_H "../locale/weightwc.h"
|
||||||
|
Reference in New Issue
Block a user