Skip to content

Commit

Permalink
[GR-53799] Change CCharPointer from "signed char" to "char".
Browse files Browse the repository at this point in the history
PullRequest: graal/17720
  • Loading branch information
christianhaeubl committed May 22, 2024
2 parents 82260b6 + 08c14d1 commit 29ad308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*
* @since 19.0
*/
@CPointerTo(nameOfCType = "signed char")
@CPointerTo(nameOfCType = "char")
public interface CCharPointer extends PointerBase {

/**
Expand Down

0 comments on commit 29ad308

Please sign in to comment.