we need lo_alignStrings when we don't have memory arenas too. not just when EDITOR is defined.

This commit is contained in:
toshok%netscape.com 1998-09-06 21:00:43 +00:00
Родитель f031b93280
Коммит 7259ab0777
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -753,7 +753,7 @@ lo_EvalCellAlignParam(char *str)
return(alignment);
}
#ifdef EDITOR
#if defined( EDITOR ) || !defined( MEMORY_ARENAS )
/* this is a replacement routine for the non-editor version and should eventually
* replace the non-edit version. It uses an array of values. instead of an
* unrolled loop.