Skip to content

Commit 791c060

Browse files
committed
error in previous commit
1 parent f9ed047 commit 791c060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsrc/jtype.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ typedef struct {
984984
// start with the larger localuse, which requires a second cacheline. This is 16 bytes, the first 8 of which are in the excess (first) cacheline
985985
// obsolete I4 clr[4]; // used to init to 0 - extends the union for 32-bit
986986
struct {AF func; I parm;} boxcut0; // for x <;.0 y and x (<;.0~ -~/"2)~ y, .parm is ~0 for first, 0 for second, and .func points to failover routine (seldom used). func in first cacheline
987-
US srank[4]; // for RANK conj, the signed ranks
987+
S srank[4]; // for RANK conj, the signed ranks
988988
// the rest do not require both cachelines in 64-bit
989989
struct {
990990
union {

0 commit comments

Comments
 (0)