2005-05-18
2005-05-18 12:36:54 by Martin Stjernholm <mast@lysator.liu.se>
-
3b525de1e6e87bfd65497b5af0aabacbb1c892b2
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.6
Fixed various type errors for 64 bit architectures. (Most are in harmless
debug messages, but anyway..)
Rev: src/array.c:1.164
Rev: src/backend.cmod:1.146
Rev: src/builtin_functions.c:1.555
Rev: src/code/bytecode.h:1.11
Rev: src/encode.c:1.214
Rev: src/gc.c:1.257
Rev: src/interpret_functions.h:1.170
Rev: src/las.c:1.347
Rev: src/modules/Gmp/mpz_glue.c:1.162
Rev: src/modules/Image/encodings/xcf.c:1.49
Rev: src/modules/Parser/html.c:1.173
Rev: src/modules/files/file.c:1.321
Rev: src/modules/files/sendfile.c:1.70
Rev: src/modules/spider/xml.c:1.71
Rev: src/object.c:1.257
Rev: src/peep.c:1.99
Rev: src/pike_types.c:1.236
Rev: src/post_modules/Shuffler/a_source_system_memory.c:1.11
Rev: src/program.c:1.566
Rev: src/svalue.c:1.195
Rev: src/threads.c:1.238
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: las.c,v 1.346 2005/02/18 13:32:22 grubba Exp $
+ || $Id: las.c,v 1.347 2005/05/18 12:36:53 mast Exp $
*/
#include "global.h"
- RCSID("$Id: las.c,v 1.346 2005/02/18 13:32:22 grubba Exp $");
+ RCSID("$Id: las.c,v 1.347 2005/05/18 12:36:53 mast Exp $");
#include "language.h"
#include "interpret.h"
637: Inside #if defined(PIKE_DEBUG)
}
#ifdef PIKE_DEBUG
if(!cumulative_parse_error)
- Pike_fatal("Failed to free %d nodes when compiling!\n",e2);
+ Pike_fatal("Failed to free %"PRINTSIZET"d nodes when compiling!\n",e2);
#endif
}
#ifndef PIKE_DEBUG