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

git-svn-id: svn://10.0.0.236/trunk@9461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
toshok%netscape.com 1998-09-06 21:00:43 +00:00
parent 0d56597e86
commit 80e54a7d35

View File

@ -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.