Remove usage of isalpha, isdigit, isxdigit, isspace in the whole engine except implementation of JSON built-in, moving the functions to JSON built-in's module.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -22,11 +22,4 @@
|
||||
# define EXTERN_C
|
||||
#endif /* !__cplusplus */
|
||||
|
||||
extern EXTERN_C int isxdigit (int c);
|
||||
extern EXTERN_C int isalpha (int c);
|
||||
extern EXTERN_C int isdigit (int c);
|
||||
extern EXTERN_C int islower (int c);
|
||||
extern EXTERN_C int isspace (int c);
|
||||
extern EXTERN_C int isupper (int c);
|
||||
|
||||
#endif /* !JERRY_LIBC_CTYPE_H */
|
||||
|
||||
Reference in New Issue
Block a user