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 | 3efac4b0150ca3ab25638e887aaf1213a920a484 (patch) | |
tree | 4a31de6dda5abccb5ccb69e04bf825db22240d7f /lwlib/lwlib-int.h | |
parent | 847bb7555af1f2c94775ae529f37fd9c6b772194 (diff) | |
download | emacs-3efac4b0150ca3ab25638e887aaf1213a920a484.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 { |