pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2009-11-28
2009-11-28 13:53:59 by Martin Stjernholm <mast@lysator.liu.se>
712c226a95980c1d6bfb9971b92595a89dd136a4 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Adhere a bit better to defacto name conventions.
Rev: src/gc.c:1.339
Rev: src/gc.h:1.139
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.
338
2009/11/28 13:
36
:
20
mast Exp $
+
|| $Id: gc.c,v 1.
339
2009/11/28 13:
53
:
59
mast Exp $
*/ #include "global.h"
2470:
m->flags |= GC_GOT_DEAD_REF; }
-
int gc_mark
_func
(void *a DO_IF_DEBUG (COMMA int type))
+
int
real_
gc_mark(void *a DO_IF_DEBUG (COMMA int type))
{ struct marker *m;