pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-04-05
2007-04-05 12:37:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
92196b0abdafbc54ef15c8b96bb36c067667a807 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/pike_types.c:1.278
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.
277
2007/04/05
11
:
36
:
47
grubba Exp $
+
|| $Id: pike_types.c,v 1.
278
2007/04/05
12
:
37
:
43
grubba Exp $
*/ #include "global.h"
2804:
Pike_fatal("Cyclic type!\n"); #endif b_markers[m] = NULL;
-
res = low_match_types(a,
b_markers[m]
, flags);
+
res = low_match_types(a,
t
, flags);
b_markers[m] = t; return res; }