Skip to content

Commit

Permalink
Cleanup some DOS newlines.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130529 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Apr 29, 2011
1 parent 57808b3 commit c69c4a8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions runtime/libprofile/PathProfiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
#include "Profiling.h"
#include "llvm/Analysis/ProfileInfoTypes.h"
#include <sys/types.h>
#if !defined(_MSC_VER) && !defined(__MINGW32__)
#include <unistd.h>
#else
#include <io.h>
#endif
#if !defined(_MSC_VER) && !defined(__MINGW32__)
#include <unistd.h>
#else
#include <io.h>
#endif
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>

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

/* note that this is used for functions with large path counts,
but it is unlikely those paths will ALL be executed */
Expand Down

0 comments on commit c69c4a8

Please sign in to comment.