pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2002-05-12
2002-05-12 01:24:19 by Martin Stjernholm <mast@lysator.liu.se>
721e4f29d1292f9dd6f4cae38580f66e86868b4a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Small change in an error message.
Rev: src/language.yacc:1.284
113:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
283
2002/05/
11
21
:
07
:
59
mast Exp $");
+
RCSID("$Id: language.yacc,v 1.
284
2002/05/
12
01
:
24
:
19
mast Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
1275:
default: if (Pike_compiler->compiler_pass!=1)
-
my_yyerror("Illegal program identifier (type:%s).",
+
my_yyerror("Illegal program identifier (type:
%s).",
get_name_of_type(Pike_sp[-1].type)); pop_stack(); push_int(0);