about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorLeah Hanson <astrieanna@gmail.com>2013-11-08 10:59:37 -0600
committerLeah Hanson <leah.a.hanson@gmail.com>2013-11-17 20:55:59 -0600
commit69768f7c9458f166d2549c0d60d66a4087a3adc3 (patch)
treebf79d7bf66e9a2d7be150c48d65f5c911111576e /src/rustllvm/RustWrapper.cpp
parent3851f908d16b55dfe69d5a423ecbef4cd224fae2 (diff)
downloadrust-69768f7c9458f166d2549c0d60d66a4087a3adc3.tar.gz
rust-69768f7c9458f166d2549c0d60d66a4087a3adc3.zip
Fix XFailed test x86stdcall
There was a syntax error because the `extern "stdcall"` was outside the module instead of inside it.

* moved `extern` inside module
* change `extern "stdcall"` to `extern "system"`
* change `cfg(target_os="win32")` to `cfg(windows)`
* updated copyright dates
* changed log(error, ...) => info!(....)
* added `pub` keyword to kernel32 functions
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions