Skip to content
Snippets Groups Projects
Commit d5226d62 authored by Oliver Sander's avatar Oliver Sander
Browse files

Change type DDD_GID from unsigned int to unsigned long

(we're on the way to exascale computing :-) )

[[Imported from SVN: r8442]]
parent 4076c4fc
No related branches found
No related tags found
No related merge requests found
......@@ -329,7 +329,7 @@ typedef ddd_gid_debug DDD_GID;
#ifdef DDD_GID_T
typedef DDD_GID_T DDD_GID;
#else
typedef unsigned int DDD_GID;
typedef unsigned long DDD_GID;
#endif
#define DDD_GID_TO_INT(A) (unsigned int) A
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment