1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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

llvm-svn: 130589
This commit is contained in:
NAKAMURA Takumi 2011-04-30 03:53:56 +00:00
parent 7901d3790e
commit f485b6e3a8

View File

@ -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