pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-29
1998-08-29 22:22:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
07f85b1ce13f99cbd3f4bf372107cc4dae3580d2 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a FIXME.
Rev: src/language.yacc:1.103
179:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
102
1998/08/29 22:
15
:
15
grubba Exp $");
+
RCSID("$Id: language.yacc,v 1.
103
1998/08/29 22:
22
:
49
grubba Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
1916:
* Some error-handling */
+
/* FIXME: Should probably set last_identifier. */
bad_identifier: bad_lvalue | F_CLASS { yyerror("class is a reserved word."); }