pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-24
2001-02-24 15:45:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
95d80ce6631e6960d0b6ea3252979b6ea273699c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Improved diagnostics for +=() et al.
Rev: src/las.c:1.240
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
239
2001/02/24 15:
22
:
14
grubba Exp $");
+
RCSID("$Id: las.c,v 1.
240
2001/02/24 15:
45
:
06
grubba Exp $");
#include "language.h" #include "interpret.h"
3301:
free_string(op_string); break; }
-
my_yyerror("Bad arguments to %s().", op_string->str);
+
my_yyerror("Bad arguments to %s
=
().", op_string->str);
yytype_error(NULL, op_node->type ? op_node->type : mixed_type_string, call_type, 0); free_node(op_node);