1
1

What we need is to have unsigned long long constants.

This commit was SVN r13378.
Этот коммит содержится в:
George Bosilca 2007-01-31 03:00:33 +00:00
родитель 8d872b195a
Коммит 9dead6382b

Просмотреть файл

@ -140,8 +140,8 @@
#endif
#if OMPI_ENABLE_DEBUG
/* Not quite 0xdeadbeef, in case someone else is using that... */
#define OPAL_OBJ_MAGIC_ID ((0xdeafbeedULL << 8) + 0xdeadbeefULL)
/* Any kind of unique ID should do the job */
#define OPAL_OBJ_MAGIC_ID ((0xdeafbeedULL << 32) + 0xdeafbeedULL)
#endif
/* typedefs ***********************************************************/