diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-11-06 06:30:12 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-11-06 06:30:12 +0000 |
commit | 60506cbcd48a905950971f7211ceef1867aa25c8 (patch) | |
tree | 08e371a8c5c60b78eff4830366227c954f3c7cad /libcxx/include/inttypes.h | |
parent | 6578f001bfb334feba06085d83bb41b18a05b35e (diff) | |
download | bcm5719-llvm-60506cbcd48a905950971f7211ceef1867aa25c8.tar.gz bcm5719-llvm-60506cbcd48a905950971f7211ceef1867aa25c8.zip |
Cleanup foo.h headers and __config to work in C
llvm-svn: 252274
Diffstat (limited to 'libcxx/include/inttypes.h')
-rw-r--r-- | libcxx/include/inttypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/inttypes.h b/libcxx/include/inttypes.h index 328e57e5e4e..5c5618bef88 100644 --- a/libcxx/include/inttypes.h +++ b/libcxx/include/inttypes.h @@ -246,6 +246,6 @@ uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int #undef imaxabs #undef imaxdiv -#endif +#endif // __cplusplus #endif // _LIBCPP_INTTYPES_H |