pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-18
1998-04-18 07:21:04 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
34224fcdcdf3086c67ca4b81f3ffe157ea3a2d51 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
alpha-related bugs fixed
Rev: src/language.yacc:1.83
Rev: src/program.c:1.84
171:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
82
1998/04/
17
17
:
13
:
37
hubbe Exp $");
+
RCSID("$Id: language.yacc,v 1.
83
1998/04/
18
07
:
21
:
03
hubbe Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
741:
resolv_program($1); if((p=program_from_svalue(sp-1))) {
-
push_type_int(
sp[
-
1].u.program-
>id);
+
push_type_int(
p
->id);
}else{ push_type_int(0); }