pike.git/
src/
opcodes.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-19
2003-02-19 01:59:39 by Marcus Comstedt <marcus@mc.pp.se>
5ec12ce46f1c8059461bd3cec544a68854cdd695 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Yargh, where did my { go?
Rev: src/opcodes.c:1.141
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: opcodes.c,v 1.
140
2003/02/19 01:
57
:
34
marcus Exp $
+
|| $Id: opcodes.c,v 1.
141
2003/02/19 01:
59
:
39
marcus Exp $
*/ #include "global.h"
30:
#define sp Pike_sp
-
RCSID("$Id: opcodes.c,v 1.
140
2003/02/19 01:
57
:
34
marcus Exp $");
+
RCSID("$Id: opcodes.c,v 1.
141
2003/02/19 01:
59
:
39
marcus Exp $");
void index_no_free(struct svalue *to,struct svalue *what,struct svalue *ind) {
1220:
for(e=0;e<(size_t)set->a->size;e+=2) \ { \ if(order[e]+1 != order[e+1] && \
-
order[e+1]+1 != order[e])
\
+
order[e+1]+1 != order[e])
{
\
free_array(set->a); \ set->a=0; \ free((char *)order); \