Branch: Tag:

2004-04-22

2004-04-22 20:49:33 by Martin Nilsson <mani@lysator.liu.se>

I get 257 symbols on my computer

Rev: src/constants.c:1.52

2:   || 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.51 2004/04/06 13:00:41 nilsson Exp $ + || $Id: constants.c,v 1.52 2004/04/22 20:49:33 nilsson Exp $   */      #include "global.h"
18:   #include "pike_security.h"   #include "block_alloc.h"    - RCSID("$Id: constants.c,v 1.51 2004/04/06 13:00:41 nilsson Exp $"); + RCSID("$Id: constants.c,v 1.52 2004/04/22 20:49:33 nilsson Exp $");      struct mapping *builtin_constants = 0;   
202:      void init_builtin_constants(void)   { -  builtin_constants = allocate_mapping(256); +  builtin_constants = allocate_mapping(280);   }      void exit_builtin_constants(void)