From ece78a30bdd4c26edcd5304aca1415ebc8b27756 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 16 Apr 2011 04:25:36 +0000 Subject: [PATCH] Don't use C++ comments in C code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129637 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/libprofile/GCDAProfiling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/libprofile/GCDAProfiling.c b/runtime/libprofile/GCDAProfiling.c index ee48ab5b6b0..d5fcd17529b 100644 --- a/runtime/libprofile/GCDAProfiling.c +++ b/runtime/libprofile/GCDAProfiling.c @@ -23,7 +23,7 @@ #include #include -// #define DEBUG_GCDAPROFILING +/* #define DEBUG_GCDAPROFILING */ /* * --- GCOV file format I/O primitives ---