diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-28 18:13:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-28 18:13:30 +0000 |
commit | 5da02bd6dfc97df28812ad79a5914dc1eeb88992 (patch) | |
tree | 3e1da5622d1e0f3a899238b02c0bbb435149951b /lwlib/lwlib-int.h | |
parent | fb194690433b5d77faf6bee53a15ccec9813d3ca (diff) | |
download | emacs-5da02bd6dfc97df28812ad79a5914dc1eeb88992.tar.gz |
(safe_strdup): Don't use ANSI argument prototype.
Diffstat (limited to 'lwlib/lwlib-int.h')
-rw-r--r-- | lwlib/lwlib-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index b2e816f185f..b38c681a948 100644 --- a/lwlib/lwlib-int.h +++ b/lwlib/lwlib-int.h @@ -7,7 +7,7 @@ extern char *strdup (const char *); extern int strcasecmp (const char *, const char *); */ -extern char *safe_strdup (char *); +extern char *safe_strdup (); typedef struct _widget_instance { |