commit | db20c10423883f357f5cebc12a29cec4b16e95be | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 17 14:34:44 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 17 14:34:44 2014 +0200 |
tree | 5bca58e823c04d6dadb1ef56128341fabf8fe89a | |
parent | d8bb82665efd406fa76cebe419943ef175a96740 [diff] [blame] |
Add #endif comments for #endif more than 10 lines from #if / #else
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index ecc4a13..3feee8f 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h
@@ -167,8 +167,8 @@ #define POLARSSL_HAVE_UDBL #endif #endif - #endif - #endif + #endif /* !POLARSSL_HAVE_INT32 && __GNUC__ && 64-bit platform */ + #endif /* !POLARSSL_HAVE_INT32 && _MSC_VER && _M_AMD64 */ #endif /* POLARSSL_HAVE_INT16 */ #endif /* POLARSSL_HAVE_INT8 */