Branch: Tag:

2004-11-14

2004-11-14 03:42:21 by Alexander Demenshin <aldem-pike@aldem.net>

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;