From b36d7dd7b4d375ae77e50edc3a78add4e49e0e0f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 24 Jun 1992 02:53:36 +0000 Subject: *** empty log message *** From-SVN: r1255 --- gcc/xcoffout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/xcoffout.c') diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 6e7c50f26e2..1b3c4e3ae48 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -415,7 +415,7 @@ xcoffout_declare_function (file, decl, name) { if (name[i] == '[') { - n = alloca (i + 1); + n = (char *) alloca (i + 1); strncpy (n, name, i); n[i] = '\0'; break; -- cgit v1.2.1