diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-07-11 19:40:53 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-07-11 19:45:25 -0700 |
| commit | 2cd9d7bc88dc4e7c2a1fd25325eb95ff781395b7 (patch) | |
| tree | ac975054ab187f55981879d719de4f423dcbd9f4 /src/rt/rust_kernel.h | |
| parent | e388a80c234d628c4d1fab77dc3e3f2c04cbefc5 (diff) | |
| download | rust-2cd9d7bc88dc4e7c2a1fd25325eb95ff781395b7.tar.gz rust-2cd9d7bc88dc4e7c2a1fd25325eb95ff781395b7.zip | |
Expand ctypes warnings to warn about *int/*uint
Also ends up fixing one case in libstd
Diffstat (limited to 'src/rt/rust_kernel.h')
| -rw-r--r-- | src/rt/rust_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_kernel.h b/src/rt/rust_kernel.h index 4976dec149a..09f73f9b7d8 100644 --- a/src/rt/rust_kernel.h +++ b/src/rt/rust_kernel.h @@ -124,7 +124,7 @@ class rust_kernel { public: struct rust_env *env; - uintptr_t global_data; + intptr_t global_data; rust_kernel(rust_env *env); |
