Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/llvm/config/llvm/Config Fix typo in PPC macro.
details: https://anonhg.NetBSD.org/src/rev/598c7ccab51e
branches: trunk
changeset: 338659:598c7ccab51e
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Jun 03 10:00:55 2015 +0000
description:
Fix typo in PPC macro.
diffstat:
external/bsd/llvm/config/llvm/Config/config.h.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 790b5f71ce75 -r 598c7ccab51e external/bsd/llvm/config/llvm/Config/config.h.in
--- a/external/bsd/llvm/config/llvm/Config/config.h.in Wed Jun 03 04:31:46 2015 +0000
+++ b/external/bsd/llvm/config/llvm/Config/config.h.in Wed Jun 03 10:00:55 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index