Skip to content

Commit

Permalink
win64: Add missing #[repr(C)]
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Atashian <retep998@gmail.com>
  • Loading branch information
retep998 committed Aug 22, 2014
1 parent 711d710 commit be8bd24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librustrt/unwind.rs
Expand Up @@ -399,8 +399,11 @@ pub mod eabi {
use libunwind as uw;
use libc::{c_void, c_int};

#[repr(C)]
struct EXCEPTION_RECORD;
#[repr(C)]
struct CONTEXT;
#[repr(C)]
struct DISPATCHER_CONTEXT;

#[repr(C)]
Expand Down

5 comments on commit be8bd24

@bors
Copy link
Contributor

@bors bors commented on be8bd24 Aug 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at retep998@be8bd24

@bors
Copy link
Contributor

@bors bors commented on be8bd24 Aug 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging retep998/rust/master = be8bd24 into auto

@bors
Copy link
Contributor

@bors bors commented on be8bd24 Aug 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

retep998/rust/master = be8bd24 merged ok, testing candidate = 2e5aea6

@bors
Copy link
Contributor

@bors bors commented on be8bd24 Aug 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 2e5aea6

Please sign in to comment.