| commit | dbad1d1599ad0cadbb5ce3ebc0a7cb8ddbc5e190 | [log] [tgz] |
|---|---|---|
| author | Francois Pichet <pichet2000@gmail.com> | Fri Apr 29 08:56:07 2011 +0000 |
| committer | Francois Pichet <pichet2000@gmail.com> | Fri Apr 29 08:56:07 2011 +0000 |
| tree | d1b7d357802cbeb0c2877d6225cb2afdd1bddd8d | |
| parent | f0e3f044709f87f56a5147ccf091cbdff035c762 [diff] |
Unbreak the MSVC build: - unistd.h doesn't exist with MSVC - inline must be __inline in Microsoft C - atexit cannot take a function declared as void f(), must be void f(void). llvm-svn: 130490