diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-28 21:46:39 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-02-01 19:53:51 -0800 |
commit | ea5ada919258d04e003596ee7079c33b5657dbdc (patch) | |
tree | 869653a1aee170b91c7a2761157e4b3b453301d5 /dsimple.h | |
parent | baed631bfcd091e40f4e84f740c6d86d9fb981b3 (diff) |
inline Malloc & Realloc functions
Since stdlib.h versions return void *, remove unneeded casts that
the wrappers needed.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'dsimple.h')
-rw-r--r-- | dsimple.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -56,8 +56,6 @@ extern int screen; /* The current screen */ /* Declarations for functions in just_display.c */ -char *Malloc(unsigned); -char *Realloc(char *,unsigned); char *Get_Display_Name(int *, char **); Display *Open_Display(const char *); void Setup_Display_And_Screen(int *, char **); |