diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-09 23:08:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-09 23:08:26 +0000 |
commit | bb2ee72bdfdb7be9b587f494873a489a2bee1466 (patch) | |
tree | a1c8d711c6d73a08fbc21d47b82fb79f9c94c4a3 /lwlib/lwlib.c | |
parent | 327bebe8044741384241bbe5c7c99904c3d748d8 (diff) | |
download | emacs-bb2ee72bdfdb7be9b587f494873a489a2bee1466.tar.gz emacs-bb2ee72bdfdb7be9b587f494873a489a2bee1466.tar.bz2 emacs-bb2ee72bdfdb7be9b587f494873a489a2bee1466.zip |
*** empty log message ***
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r-- | lwlib/lwlib.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 4e7e807f80d..b71943337c7 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -21,10 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef __STRICT_BSD__ /* ick */ #endif -#include <stdlib.h> -#include <unistd.h> #include <sys/types.h> -#include <string.h> #include <stdio.h> #include <ctype.h> #include "lwlib-int.h" @@ -77,7 +74,7 @@ static void instanciate_widget_instance (/* widget_instance* instance */); /* utility functions for widget_instance and widget_info */ -static char * +char * safe_strdup (s) char *s; { |