pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2010-05-30
2010-05-30 09:43:08 by Martin Stjernholm <mast@lysator.liu.se>
25aa2bf22765329eec3306a39e7ffea7f5e4ee98 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Avoid const warnings in dmalloc mode.
Rev: src/gc.c:1.348
Rev: src/gc.h:1.145
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.
347
2010/
04
/
19
15
:
05
:
20
grubba
Exp $
+
|| $Id: gc.c,v 1.
348
2010/
05
/
30
09
:
43
:
06
mast
Exp $
*/ #include "global.h"
4276:
return PIKE_T_UNKNOWN; }
-
PMOD_EXPORT TYPE_FIELD real_visit_svalues (
const
struct svalue *s, size_t num,
+
PMOD_EXPORT TYPE_FIELD real_visit_svalues (struct svalue *s, size_t num,
int ref_type) { for (; num; num--, s++)