pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-04-06
2005-04-06 17:54:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9895f75e9acc86c60cb706483b18573877cb4c19 (
5
lines) (+
2
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Oops.
Rev: src/las.c:1.363
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: las.c,v 1.
362
2005/04/06 17:
52
:
46
grubba Exp $
+
|| $Id: las.c,v 1.
363
2005/04/06 17:
54
:
43
grubba Exp $
*/ #include "global.h"
3906:
if (!(op_node = find_module_identifier(op_string, 0))) { my_yyerror("Internally used efun undefined for token %d: %S", n->token, op_string);
-
free_string(op_string);
+
copy_pike_type(n->type, mixed_type_string); break; }
3936:
break; } my_yyerror("Bad arguments to %S.", op_string);
-
free_string(op_string);
+
yytype_error(NULL, op_node->type ? op_node->type : mixed_type_string, call_type, 0); free_node(op_node);