pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2009-03-04
2009-03-04 14:17:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b61bd9fdb9cdb27feb5fff2d39c4ccf08507162b (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed core-dump typo in yyexplain_not_implements().
Rev: src/program.c:1.758
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.c,v 1.
757
2008
/
12
/
15
21
:
46
:
09
mast
Exp $
+
|| $Id: program.c,v 1.
758
2009
/
03
/
04
14
:
17
:
10
grubba
Exp $
*/ #include "global.h"
1270:
#ifndef RELOCATE_program #define RELOCATE_program(ORIG, NEW) #endif /* !RELOCATE_program */
+
#define RELOCATE_identifier_cache(ORIG,NEW)
#define RELOCATE_linenumbers(ORIG,NEW) #define RELOCATE_identifier_index(ORIG,NEW) #define RELOCATE_variable_index(ORIG,NEW)
10769:
struct pike_string *bid_file; if (b->identifier_references[e].id_flags & (ID_OPTIONAL)) continue; /* It's ok... */
-
bid_file = get_identifier_line(b,
i
, &bid_line);
+
bid_file = get_identifier_line(b,
e
, &bid_line);
if (!bid_file) bid_file = b_file; yytype_report(severity_level, bid_file, bid_line, bid->type,