pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2010-10-30
2010-10-30 19:41:32 by Martin Stjernholm <mast@lysator.liu.se>
3cf9ca490172577383b11079117fc413fdd8a86d (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Removed unused variables.
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: las.c,v 1.443 2010/04/15 16:54:55 grubba Exp $
+
||
$Id$
*/ #include "global.h"
1157:
Inside #if 0
return mkidentifiernode(add_ext_ref(Pike_compiler, parent_prog, i)); #else /* !0 */
-
struct program_state *state;
+
node *res = mkemptynode(); res->token = F_EXTERNAL;