1
1

- Rather have 0xff instead of 0Xff...

This commit was SVN r20769.
Этот коммит содержится в:
Rainer Keller 2009-03-12 22:17:42 +00:00
родитель b29da4744f
Коммит 0b59a59129

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

@ -38,7 +38,7 @@ typedef uint8_t orte_ns_cmp_bitmask_t; /**< Bit mask for comparing process nam
#define ORTE_NS_CMP_NONE 0x00
#define ORTE_NS_CMP_JOBID 0x02
#define ORTE_NS_CMP_VPID 0x04
#define ORTE_NS_CMP_ALL 0Xff
#define ORTE_NS_CMP_ALL 0xff
/* useful define to print name args in output messages */
ORTE_DECLSPEC char* orte_util_print_name_args(const orte_process_name_t *name);