(safe_strdup): Don't use ANSI argument prototype.

This commit is contained in:
Richard M. Stallman 1994-11-28 18:13:30 +00:00
parent 847bb7555a
commit 3efac4b015

View file

@ -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
{