From: Richard M. Stallman Date: Mon, 28 Nov 1994 18:13:30 +0000 (+0000) Subject: (safe_strdup): Don't use ANSI argument prototype. X-Git-Tag: emacs-19.34~5776 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3efac4b0150ca3ab25638e887aaf1213a920a484;p=emacs.git (safe_strdup): Don't use ANSI argument prototype. --- 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 {