pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-14
2004-11-14 03:42:21 by Alexander Demenshin <aldem-pike@aldem.net>
3ee2a6a7bf75070dd9d43f12cbd72bee297d45c0 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fix to make it work --with-long-long-int
Rev: src/builtin_functions.c:1.574
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: builtin_functions.c,v 1.
573
2004/11/
03
01
:
26
:
30
nilsson
Exp $
+
|| $Id: builtin_functions.c,v 1.
574
2004/11/
14
03:
42
:
21
aldem
Exp $
*/ #include "global.h"
1983:
*/ PMOD_EXPORT void f_allocate(INT32 args) {
-
INT32
size;
+
INT_TYPE
size;
struct array *a; struct svalue *init;