diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-09 07:50:58 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-09 07:50:58 -0400 |
commit | 0b545b52d0a49a3310d9b11e6e552c43a9e279c5 (patch) | |
tree | b73e9a86396528a6b39d5d9fa624f0be33bbb041 /gcc | |
parent | 914981cccf7dc18d36ce7640be3377b8d22d844c (diff) | |
download | gcc-0b545b52d0a49a3310d9b11e6e552c43a9e279c5.zip gcc-0b545b52d0a49a3310d9b11e6e552c43a9e279c5.tar.gz gcc-0b545b52d0a49a3310d9b11e6e552c43a9e279c5.tar.bz2 |
Fix typo in last change.
From-SVN: r11685
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index da8d1b6..306f1bf 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 <stamp.h> #endif |