pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-20
1998-04-20 18:43:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b47b1165e2f0e6f89379de01bd5e2b8124a5d84b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug in handling of import '.' F_IDENTIFIER.
Rev: src/language.yacc:1.87
171:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
86
1998/04/20
02
:
35
:
28
hubbe
Exp $");
+
RCSID("$Id: language.yacc,v 1.
87
1998/04/20
18
:
43
:
52
grubba
Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
1487:
{ node *tmp; push_text(".");
-
ref_push_string(lex.current_
line
);
+
ref_push_string(lex.current_
file
);
SAFE_APPLY_MASTER("handle_import",2); tmp=mkconstantsvaluenode(sp-1); pop_stack();