pike.git/
src/
constants.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-04-22
2004-04-22 20:49:33 by Martin Nilsson <mani@lysator.liu.se>
42a29981b8b0d73c8c3a0948b8912af1a143f2f4 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
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)