Skip to content
Snippets Groups Projects
Commit 7f7bf595 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

runtime/libprofile/PathProfiling.c: Don't use // comment in C source.

llvm-svn: 130589
parent 26cdfa71
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment