Branch: Tag:

2009-11-28

2009-11-28 13:53:59 by Martin Stjernholm <mast@lysator.liu.se>

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;