pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-02-27
1997-02-27 11:20:52 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
57db8d3c2741d2074600c5c3a67384d2f3dbe7c1 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
better error messages
Rev: src/las.c:1.26
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
25
1997/02/27 11:
18
:
13
hubbe Exp $");
+
RCSID("$Id: las.c,v 1.
26
1997/02/27 11:
20
:
52
hubbe Exp $");
#include "language.h" #include "interpret.h"
517:
if(sp[-1].type == T_INT && !sp[-1].u.number &&
-
sp[-1].subtype)
+
sp[-1].subtype
==NUMBER_UNDEFINED
)
{
-
yyerror("Index not present in module.");
+
my_
yyerror("Index
'%s'
not present in module."
,id->str
);
} } }