symbols: != 0 FIX

This commit is contained in:
Jan Nieuwenhuizen 2019-10-26 08:53:42 +02:00
parent be1be50f66
commit 3d7386dbdc
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ SCM
init_symbol (SCM x, long type, char const *name)
{
TYPE (x) = type;
if (!g_symbols)
if (g_symbols == 0)
g_free = g_free + M2_CELL_SIZE;
else
{