metis/metis-width-datatype.patch
Petr Šabata 9200f5b9b1 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/metis#e1dcb48aed183eed9dc1fd6fc4c3e30e89941e85
2020-10-15 19:39:05 +02:00

13 lines
461 B
Diff

--- include/metis.orig.h 2013-03-11 20:50:00.000000000 +0100
+++ include/metis.h 2013-03-16 12:14:59.117329640 +0100
@@ -30,7 +30,7 @@
GCC does provides these definitions in stdint.h, but it may require some
modifications on other architectures.
--------------------------------------------------------------------------*/
-#define IDXTYPEWIDTH 32
+#define IDXTYPEWIDTH 64
/*--------------------------------------------------------------------------