pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-03
1997-08-03 12:46:15 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
d43affe4171071ccc51ee935501f0a8134e17fee (
40
lines) (+
22
/-
18
)
[
Show
|
Annotate
]
Branch:
7.9
some confusing errors removed
Rev: src/language.yacc:1.45
156:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
44
1997/08/03
09
:
55
:
07
hubbe Exp $");
+
RCSID("$Id: language.yacc,v 1.
45
1997/08/03
12
:
46
:
15
hubbe Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
1187:
pop_stack(); }else{ $$=0;
-
if(
get_master() &&
!num_parse_error)
+
if(!num_parse_error)
{
-
+
if( get_master() )
+
{
reference_shared_string($1); push_string($1); reference_shared_string(current_file);
1210:
my_yyerror("'%s' undefined.", $1->str); } }
+
}
free_string($1); } | F_PREDEF F_COLON_COLON F_IDENTIFIER