Skip to content

Commit

Permalink
runtime/libprofile/PathProfiling.c: Don't use // comment in C source.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130589 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Apr 30, 2011
1 parent f1a5c7e commit 4f5558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/libprofile/PathProfiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <stdlib.h>
#include <stdio.h>

// Must use __inline in Microsoft C
/* Must use __inline in Microsoft C */
#if defined(_MSC_VER)
#define inline __inline
#endif
Expand Down

0 comments on commit 4f5558e

Please sign in to comment.