pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-31
2008-05-31 18:06:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f7748193271658d0c31dce2fd2dd9f0b023b9875 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some typos.
Rev: src/program.c:1.715
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.
714
2008/05/31
16
:
21
:
30
grubba Exp $
+
|| $Id: program.c,v 1.
715
2008/05/31
18
:
06
:
25
grubba Exp $
*/ #include "global.h"
10561:
INT32 aid_line = a_line; INT32 bid_line = b_line; struct pike_string *aid_file = get_identifier_line(a, i, &aid_line);
-
struct pike_string *bid_file = get_identifier_line(b,
i
, &bid_line);
+
struct pike_string *bid_file = get_identifier_line(b,
e
, &bid_line);
if (!aid_file) aid_file = a_file; if (!bid_file) bid_file = b_file; ref_push_string(bid->name);
10627:
INT32 aid_line = a_line; INT32 bid_line = b_line; struct pike_string *aid_file = get_identifier_line(a, i, &aid_line);
-
struct pike_string *bid_file = get_identifier_line(b,
i
, &bid_line);
+
struct pike_string *bid_file = get_identifier_line(b,
e
, &bid_line);
if (!aid_file) aid_file = a_file; if (!bid_file) bid_file = b_file; if(!match_types(ID_FROM_INT(a,i)->type, bid->type)) {