Skip to content

Commit

Permalink
Remove c_char from the PSP module
Browse files Browse the repository at this point in the history
ef8c0f3 ("Define c_char at top-level...") removes the need for per-OS
definitions of `c_char`. Remove the definition of `c_char` from PEP,
which as not covered in the backport (as this module does not exist on
`main`).

Suggested-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
tgross35 committed Dec 19, 2024
1 parent 7ab55a3 commit 50f82ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/psp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub type intptr_t = isize;
pub type uintptr_t = usize;
pub type ssize_t = isize;

pub type c_char = u8;
pub type c_long = i64;
pub type c_ulong = u64;

Expand Down

0 comments on commit 50f82ad

Please sign in to comment.