pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-08
2003-08-08 13:21:49 by Martin Stjernholm <mast@lysator.liu.se>
b57963305a8307861e224f6fd26471b00920fad3 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed silly mistake.
Rev: src/interpret.c:1.325
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: interpret.c,v 1.
324
2003/08/08
11
:
02
:
15
mast Exp $
+
|| $Id: interpret.c,v 1.
325
2003/08/08
13
:
21
:
49
mast Exp $
*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
324
2003/08/08
11
:
02
:
15
mast Exp $");
+
RCSID("$Id: interpret.c,v 1.
325
2003/08/08
13
:
21
:
49
mast Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
1741:
} #if defined (PIKE_USE_MACHINE_CODE) && defined (OPCODE_RETURN_JUMPADDR)
-
sub
_
ref
(o);
+
free
_
object
(o);
#endif }