pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-09-09
2005-09-09 14:50:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a6dfba27d4575daf9a28e18da2430d96ef7f6f0b (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added some stack checks.
Rev: src/pike_types.c:1.249
Rev: src/svalue.c:1.222
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: pike_types.c,v 1.
248
2005/
06
/
03
14:
54
:
36
grubba Exp $
+
|| $Id: pike_types.c,v 1.
249
2005/
09
/
09
14:
50
:
18
grubba Exp $
*/ #include "global.h"
1670:
static void low_describe_type(struct pike_type *t) {
+
check_c_stack(1024);
/**** FIXME: ****/ switch(t->type) {