diff --git a/src/constants.c b/src/constants.c index 9f8dbf7e0ef264912b0d7bf4d0dfbc0ca0870363..edf32dbeaf7917e426189eb8f8d19650e717f209 100644 --- a/src/constants.c +++ b/src/constants.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: constants.c,v 1.42 2002/10/11 01:39:30 nilsson Exp $ +|| $Id: constants.c,v 1.43 2002/10/27 16:31:46 nilsson Exp $ */ #include "global.h" @@ -18,7 +18,7 @@ #include "security.h" #include "block_alloc.h" -RCSID("$Id: constants.c,v 1.42 2002/10/11 01:39:30 nilsson Exp $"); +RCSID("$Id: constants.c,v 1.43 2002/10/27 16:31:46 nilsson Exp $"); struct mapping *builtin_constants = 0; @@ -185,7 +185,7 @@ void present_constant_profiling(void) void init_builtin_constants(void) { - builtin_constants = allocate_mapping(20); + builtin_constants = allocate_mapping(252); } void cleanup_added_efuns(void)