From e8b3c23f0d20a0362103457deeef866e43620495 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Sat, 14 Jan 2006 19:18:45 +0100 Subject: [PATCH] Up the constant table size a bit Rev: src/constants.c:1.56 --- src/constants.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.c b/src/constants.c index ea212d760c..d0100fd1a5 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.55 2004/12/30 12:57:24 grubba Exp $ +|| $Id: constants.c,v 1.56 2006/01/14 18:18:45 nilsson Exp $ */ #include "global.h" @@ -209,7 +209,7 @@ void present_constant_profiling(void) void init_builtin_constants(void) { - builtin_constants = allocate_mapping(280); + builtin_constants = allocate_mapping(300); } void exit_builtin_constants(void) -- GitLab