1
1

By default no LOOP around datatypes. As a side effect the amount of memory needed for new datatypes decrease.

This commit was SVN r3297.
Этот коммит содержится в:
George Bosilca 2004-10-23 15:32:04 +00:00
родитель 0cc12d9b93
Коммит 06e27b2d5b

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

@ -16,7 +16,7 @@ static void __get_free_dt_struct( dt_desc_t* pData )
pData->bdt_used = 0;
for( i = 0; i < DT_MAX_PREDEFINED; i++ )
pData->btypes[i] = 0;
pData->btypes[DT_LOOP] = 1;
pData->btypes[DT_LOOP] = 0;
pData->opt_desc.desc = NULL;
pData->opt_desc.length = 0;