pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2002-09-21
2002-09-21 14:20:53 by Martin Stjernholm <mast@lysator.liu.se>
c0dec7868e213a7a6c271e39c48df2ac913aaf86 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Spell fix.
Rev: src/language.yacc:1.295
113:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
294
2002/09/21 14:20:
35
mast Exp $");
+
RCSID("$Id: language.yacc,v 1.
295
2002/09/21 14:20:
53
mast Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
3150:
* error is removed then local:: will do nothing on variables * except forcing a lookup in the closest surrounding class * scope. */
-
yyerror ("Cannot make local references variables.");
+
yyerror ("Cannot make local references
to
variables.");
$$ = 0; } else {