pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-04-09
2005-04-09 10:54:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0ca86e18f03e525b199f1c2cebcddd515b00d339 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warnings.
Rev: src/block_alloc.h:1.77
Rev: src/cpp.c:1.158
Rev: src/gc.c:1.265
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: gc.c,v 1.
264
2005/04/
06
19
:
18
:
25
grubba Exp $
+
|| $Id: gc.c,v 1.
265
2005/04/
09
10
:
52
:
52
grubba Exp $
*/ #include "global.h"
2681:
/*! @endclass */
-
static void warn_bad_cycles()
+
static void warn_bad_cycles(
void
)
{ /* The reason for the extra level of indirection, is that it might * be clobbered by the longjump() in SET_ONERROR otherwise.