1
1

Correct a small bug related to the last predefined datatype.

This commit was SVN r1784.
Этот коммит содержится в:
George Bosilca 2004-07-19 18:38:28 +00:00
родитель 94fcad64f6
Коммит 8979824ae6

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

@ -74,7 +74,7 @@
/* If the number of basic datatype should change update
* DT_MAX_PREDEFINED in datatype.h
*/
#if DT_MAX_PREDEFINED <= DT_2DOUBLE_COMPLEX
#if DT_MAX_PREDEFINED <= DT_UNAVAILABLE
#error DT_MAX_PREDEFINED should be updated
#endif /* safe check for max predefined datatypes. */