Branch: Tag:

2002-10-08

2002-10-08 23:31:26 by Martin Nilsson <mani@lysator.liu.se>

Readded magic.

Rev: src/array.c:1.131
Rev: src/builtin_functions.c:1.444
Rev: src/callback.c:1.29
Rev: src/constants.c:1.41
Rev: src/dlopen.c:1.35
Rev: src/docode.c:1.149
Rev: src/dynamic_buffer.c:1.19
Rev: src/encode.c:1.154
Rev: src/error.c:1.91
Rev: src/fd_control.c:1.45
Rev: src/gc.c:1.187
Rev: src/hashtable.c:1.13
Rev: src/interpret.c:1.269
Rev: src/language.yacc:1.299
Rev: src/las.c:1.302
Rev: src/lex.c:1.107
Rev: src/main.c:1.155
Rev: src/mapping.c:1.151
Rev: src/module.c:1.19
Rev: src/modules/Gmp/mpz_glue.c:1.110
Rev: src/modules/Gz/zlibmod.c:1.54
Rev: src/modules/Regexp/glue.c:1.30
Rev: src/modules/Regexp/pike_regexp.h:1.8
Rev: src/modules/_math/math.c:1.49
Rev: src/modules/files/datagram.c:1.7
Rev: src/modules/files/efuns.c:1.115
Rev: src/modules/files/file.c:1.245
Rev: src/modules/files/socket.c:1.65
Rev: src/object.c:1.205
Rev: src/opcodes.c:1.124
Rev: src/operators.c:1.161
Rev: src/pike_memory.c:1.123
Rev: src/pike_types.c:1.197
Rev: src/port.c:1.55
Rev: src/program.c:1.448
Rev: src/rusage.c:1.22
Rev: src/signal_handler.c:1.231
Rev: src/stralloc.c:1.147
Rev: src/svalue.c:1.146
Rev: src/version.c:1.138

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: stralloc.c,v 1.146 2002/10/08 20:22:27 nilsson Exp $ + ||| $Id: stralloc.c,v 1.147 2002/10/08 23:31:25 nilsson Exp $   \*/ -  + /**/ +    #include "global.h"   #include "stralloc.h"   #include "pike_macros.h"
27:   #define HUGE HUGE_VAL   #endif /*!HUGE*/    - RCSID("$Id: stralloc.c,v 1.146 2002/10/08 20:22:27 nilsson Exp $"); + RCSID("$Id: stralloc.c,v 1.147 2002/10/08 23:31:25 nilsson Exp $");      /* #define STRALLOC_USE_PRIMES */