MNT: ISO C++17 does not allow register storage class specifier
Compare changes
+ 12
− 12
@@ -2679,9 +2679,9 @@ typedef struct { unsigned char a,b ; } TWObytes ;
@@ -2695,9 +2695,9 @@ typedef struct { unsigned char a,b,c,d ; } FOURbytes ;
@@ -2712,9 +2712,9 @@ typedef struct { unsigned char a,b,c,d , D,C,B,A ; } EIGHTbytes ;
@@ -2732,9 +2732,9 @@ typedef struct { unsigned char a,b,c,d,e,f,g,h ,