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/36738926ef77
branches: trunk
changeset: 808801:36738926ef77
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 06a33a6ea651 -r 36738926ef77 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