pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-04-05
2007-04-05 12:52:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6d7601eaf8b943e6d4da415dcb72235065efe4d3 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo in low_get_first_arg_type().
Rev: src/pike_types.c:1.279
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.
278
2007/04/05 12:
37
:
43
grubba Exp $
+
|| $Id: pike_types.c,v 1.
279
2007/04/05 12:
52
:
19
grubba Exp $
*/ #include "global.h"
5157:
or_pike_types(tmp, tmp2 = low_get_first_arg_type(arg_type->car, flags), 1);
-
if (tmp2) free_type(
tmp
);
+
if (tmp2) free_type(
tmp2
);
free_type(tmp); return res; }