From: Richard Kenner Date: Tue, 9 Apr 1996 11:50:58 +0000 (-0400) Subject: Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b545b52d0a49a3310d9b11e6e552c43a9e279c5;p=gcc.git Fix typo in last change. From-SVN: r11685 --- diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index da8d1b6ea56..306f1bf4ac7 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -1418,7 +1418,7 @@ direct_return () /* Write a version stamp. Don't write anything if we are running as a cross-compiler. Otherwise, use the versions in /usr/include/stamp.h. */ -#if !defined(CROSS_COMPILE) && !defined(_WIN32) && !deinfed(__linux__) +#if !defined(CROSS_COMPILE) && !defined(_WIN32) && !defined(__linux__) #include #endif