Просмотр исходного кода

include/starpu.h: define uintptr_t if needed

Nathalie Furmento лет назад: 13
Родитель
Сommit
c879493ca3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      include/starpu.h

+ 1 - 0
include/starpu.h

@@ -27,6 +27,7 @@ typedef unsigned char uint8_t;
 typedef unsigned short uint16_t;
 typedef unsigned short uint16_t;
 typedef unsigned long uint32_t;
 typedef unsigned long uint32_t;
 typedef unsigned long long uint64_t;
 typedef unsigned long long uint64_t;
+typedef unsigned long int uintptr_t;
 #endif
 #endif
 
 
 #include <starpu_config.h>
 #include <starpu_config.h>