pike.git/
src/
constants.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-01-14
2006-01-14 18:18:45 by Martin Nilsson <mani@lysator.liu.se>
e8b3c23f0d20a0362103457deeef866e43620495 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Up the constant table size a bit
Rev: src/constants.c:1.56
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.
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:
void init_builtin_constants(void) {
-
builtin_constants = allocate_mapping(
280
);
+
builtin_constants = allocate_mapping(
300
);
} void exit_builtin_constants(void)