mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Remove unused definitions
This commit is contained in:
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>
|
||||
|
||||
* sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#define USTRING_TYPE wint_t
|
||||
#define STRCOLL __wcscoll_l
|
||||
#define STRCMP wcscmp
|
||||
#define STRLEN __wcslen
|
||||
#define WEIGHT_H "../locale/weightwc.h"
|
||||
#define SUFFIX WC
|
||||
#define L(arg) L##arg
|
||||
|
@ -22,7 +22,6 @@
|
||||
#define STRING_TYPE wchar_t
|
||||
#define USTRING_TYPE wint_t
|
||||
#define STRXFRM __wcsxfrm_l
|
||||
#define STRCMP wcscmp
|
||||
#define STRLEN __wcslen
|
||||
#define STPNCPY __wcpncpy
|
||||
#define WEIGHT_H "../locale/weightwc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user