2010-02-21
2010-02-21 22:42:20 by Stephen R. van den Berg <srb@cuci.nl>
-
3a5f8e8849ac0a88ccc9bd964e689f6034d819a4
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Curing all occurrences of occured to occurred.
Rev: lib/7.4/modules/SSL.pmod/sslfile.pike:1.4
Rev: lib/modules/Languages.pmod/PLIS.pmod:1.20
Rev: lib/modules/SSL.pmod/connection.pike:1.46
Rev: lib/modules/SSL.pmod/handshake.pike:1.62
Rev: lib/modules/Sql.pmod/postgres.pike:1.41
Rev: lib/modules/Tools.pmod/Hilfe.pmod:1.173
Rev: src/error.c:1.169
Rev: src/mapping.c:1.215
Rev: src/modules/Postgres/postgres.c:1.66
Rev: src/post_modules/GTK/configure.in:1.53
Rev: src/post_modules/GTK/refdoc/GTK.pmod/Progress.pike:1.5
Rev: src/post_modules/GTK/source/gtkprogress.pre:1.7
Rev: src/post_modules/GTK2/refdoc/GTK2.pmod/TextView.pike:1.3
Rev: src/post_modules/GTK2/source/gtktextview.pre:1.11
Rev: src/post_modules/SDL/configure.in:1.11
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: mapping.c,v 1.214 2009/11/28 13:36:20 mast Exp $
+ || $Id: mapping.c,v 1.215 2010/02/21 22:42:19 srb Exp $
*/
#include "global.h"
2296: Inside #if defined(PIKE_DEBUG) and #if defined(MAPPING_SIZE_DEBUG)
{
if(Pike_in_gc)
{
- fprintf(stderr,"Pike was in GC stage %d when this fatal occured:\n",Pike_in_gc);
+ fprintf(stderr,"Pike was in GC stage %d when this fatal occurred:\n",Pike_in_gc);
Pike_in_gc=0;
}