1
0
mirror of synced 2025-01-20 10:28:26 +01:00
TheChymera-overlay/sci-biology/fsl/files/fsl-5.0.11-niftiio_var_fix.patch
Horea Christian ba513a6532
sci-biology/fsl: patching to allow compilation with modern toolchains
https://github.com/gentoo/sci/issues/963

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Horea Christian <chr@chymera.eu>
2020-08-08 05:51:40 -04:00

25 lines
909 B
Diff

diff --git a/src/fslio/dbh.h b/src/fslio/dbh.h
index eff0a50a..fbce1770 100644
--- a/src/fslio/dbh.h
+++ b/src/fslio/dbh.h
@@ -79,19 +79,6 @@ struct dsr /* dsr */
struct data_history hist; /* 148 + 200 */
}; /* total=348 */
-/* Acceptable values for hdr.dime.datatype */
-
-#define DT_NONE 0
-#define DT_UNKNOWN 0
-#define DT_BINARY 1
-#define DT_UNSIGNED_CHAR 2
-#define DT_SIGNED_SHORT 4
-#define DT_SIGNED_INT 8
-#define DT_FLOAT 16
-#define DT_COMPLEX 32
-#define DT_DOUBLE 64
-#define DT_RGB 128
-#define DT_ALL 255
typedef struct
{