Commit 0b545b52 by Richard Kenner

Fix typo in last change.

From-SVN: r11685
parent 914981cc
...@@ -1418,7 +1418,7 @@ direct_return () ...@@ -1418,7 +1418,7 @@ direct_return ()
/* Write a version stamp. Don't write anything if we are running as a /* 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. */ 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> #include <stamp.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment