From: Richard Kenner Date: Sun, 27 Feb 1994 15:48:25 +0000 (-0500) Subject: (execute): Initialize PROG. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=870bc05205db8a8003a641586a518c38b131e1d9;p=gcc.git (execute): Initialize PROG. From-SVN: r6644 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index e904bd56931..bdbd5f70308 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -2070,7 +2070,7 @@ execute () { int status; int pid; - char *prog; + char *prog = "unknown"; #ifdef __MSDOS__ status = pid = commands[i].pid;