Remove argument names in function prototypes, declared in headers; fix '*' alignment in headers.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
extern void jsp_mm_init (void);
|
||||
extern void jsp_mm_finalize (void);
|
||||
extern size_t jsp_mm_recommend_size (size_t);
|
||||
extern void * jsp_mm_alloc (size_t);
|
||||
extern void *jsp_mm_alloc (size_t);
|
||||
extern void jsp_mm_free (void *);
|
||||
extern void jsp_mm_free_all (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user