pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2009-11-10
2009-11-10 08:41:33 by Peter Bortas <zino@lysator.liu.se>
e9502968b7d5d9fc533a98b6128a84083af751ab (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed logical fail.
Rev: src/docode.c:1.205
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: docode.c,v 1.
204
2008
/
08
/
28
15
:
13
:
19
grubba
Exp $
+
|| $Id: docode.c,v 1.
205
2009
/
11
/
10
08
:
41
:
33
peter
Exp $
*/ #include "global.h"
1936:
tmp=findstring("call_function"); if(!tmp) yyerror("No call_function efun."); foo=find_module_identifier(tmp,0);
-
if(!foo ||
!
foo->token=
=
F_CONSTANT)
+
if(!foo || foo->token
!
=F_CONSTANT)
{ yyerror("No call_function efun."); }else{