Commit 147aeb1e authored by Robert Clausecker's avatar Robert Clausecker
Browse files

lang/ratfor: fix build on platforms where char is unsigned

Turns out the code anticipates this problem and has support for using
"signed char" over "char" where "char" is unsigned by default.

Use "signed char" unconditionally to fix the port on all platforms.

While we are at it, pet portclippy.

PR:		258628, 283509
Approved by:	bofh
MFH:		2024Q4
parent deb79782
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment