Module Name: src
Committed By: joerg
Date: Wed Jun 3 10:00:55 UTC 2015
Modified Files:
src/external/bsd/llvm/config/llvm/Config: config.h.in
Log Message:
Fix typo in PPC macro.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
src/external/bsd/llvm/config/llvm/Config/config.h.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/llvm/config/llvm/Config/config.h.in
diff -u src/external/bsd/llvm/config/llvm/Config/config.h.in:1.16 src/external/bsd/llvm/config/llvm/Config/config.h.in:1.17
--- src/external/bsd/llvm/config/llvm/Config/config.h.in:1.16 Fri May 29 17:37:50 2015
+++ src/external/bsd/llvm/config/llvm/Config/config.h.in Wed Jun 3 10:00:55 2015
@@ -97,7 +97,7 @@
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the <fenv.h> header file. */
- #ifndef __powerpc
+ #ifndef __powerpc__
#define HAVE_FENV_H 1
#endif