зеркало из https://github.com/mozilla/gecko-dev.git
we need lo_alignStrings when we don't have memory arenas too. not just when EDITOR is defined.
This commit is contained in:
Родитель
f031b93280
Коммит
7259ab0777
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче