Skip to content

Commit

Permalink
Don't use C++ comments in C code.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129637 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nlewycky committed Apr 16, 2011
1 parent 30deafc commit ece78a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/libprofile/GCDAProfiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <stdlib.h>
#include <string.h>

// #define DEBUG_GCDAPROFILING
/* #define DEBUG_GCDAPROFILING */

/*
* --- GCOV file format I/O primitives ---
Expand Down

0 comments on commit ece78a3

Please sign in to comment.