[mpich] MPICH primary repository branch, master, updated. v3.0.4-127-g33e53f7
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 33e53f7ad9043bcd1b6578a0b7f1157c45f28438 (commit) from a755eba66cb49c99d5a41b537dc9b730b679caf8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/33e53f7ad9043bcd1b6578a0b7f1157c45... commit 33e53f7ad9043bcd1b6578a0b7f1157c45f28438 Author: Pavan Balaji <[email protected]> Date: Sat May 4 03:15:58 2013 -0500 Fix minor typo. No reviewer. diff --git a/src/include/mpiutil.h b/src/include/mpiutil.h index 0e0dfaa..ae03f78 100644 --- a/src/include/mpiutil.h +++ b/src/include/mpiutil.h @@ -183,7 +183,7 @@ int MPIR_Assert_fail_fmt(const char *cond, const char *file_name, int line_num, /* Helper macros that give us a crude version of C++'s * "std::numeric_limits<TYPE>" functionality. These rely on either C11 * "_Generic" functionality or some unfortunately complicated GCC builtins. */ -#if HAVE_C11__GENERIC +#if defined(HAVE_C11__GENERIC) #define expr_inttype_max(expr_) \ _Generic(expr_, \ signed char: SCHAR_MAX, \ ----------------------------------------------------------------------- Summary of changes: src/include/mpiutil.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org