[compiler-rt] r198656 - Revert "Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't"

Alp Toker alp at nuanti.com
Mon Jan 6 17:57:20 PST 2014


Hi Justin,

Could you use utils/git-svn/git-svnrevert to include the SVN revision 
number being reverted rather than a git hash, and provide a brief 
explanation or PR reference in the commit message for record keeping 
next time?

Thanks

Alp.


On 07/01/2014 01:46, Justin Bogner wrote:
> Author: bogner
> Date: Mon Jan  6 19:46:46 2014
> New Revision: 198656
>
> URL: http://llvm.org/viewvc/llvm-project?rev=198656&view=rev
> Log:
> Revert "Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't"
>
> This reverts commit d1b5d3b0e885ef057643fcea99bff8b6cce04b93.
>
> Modified:
>      compiler-rt/trunk/lib/profile/PGOProfiling.c
>
> Modified: compiler-rt/trunk/lib/profile/PGOProfiling.c
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/PGOProfiling.c?rev=198656&r1=198655&r2=198656&view=diff
> ==============================================================================
> --- compiler-rt/trunk/lib/profile/PGOProfiling.c (original)
> +++ compiler-rt/trunk/lib/profile/PGOProfiling.c Mon Jan  6 19:46:46 2014
> @@ -10,12 +10,6 @@
>   #include <stdio.h>
>   #include <stdlib.h>
>   
> -// Explicitly request that the format macros like PRIu64 be enabled if they
> -// haven't already been enabled.
> -#ifndef __STDC_FORMAT_MACROS
> -#define __STDC_FORMAT_MACROS 1
> -#endif
> -
>   #if !defined(__APPLE__)
>   #include <inttypes.h>
>   #endif
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-- 
http://www.nuanti.com
the browser experts




More information about the llvm-commits mailing list