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:
parent
7901d3790e
commit
f485b6e3a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user