pike.git/
src/
opcodes.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-07-30
2003-07-30 20:30:33 by Martin Stjernholm <mast@lysator.liu.se>
fe5d953d20294e0272d843a12b66a2c0a756fff1 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Type aliasing fixes.
Rev: src/lexer.h:1.46
Rev: src/opcodes.c:1.148
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.
147
2003/
05
/
15
15
:
33:
30 mast Exp $
+
|| $Id: opcodes.c,v 1.
148
2003/
07
/
30
20
:
30:
33 mast Exp $
*/ #include "global.h"
30:
#define sp Pike_sp
-
RCSID("$Id: opcodes.c,v 1.
147
2003/
05
/
15
15
:
33:
30 mast Exp $");
+
RCSID("$Id: opcodes.c,v 1.
148
2003/
07
/
30
20
:
30:
33 mast Exp $");
void index_no_free(struct svalue *to,struct svalue *what,struct svalue *ind) {
1733:
case 'x': base = 16; break; \ } \ \
-
wide_string_to_svalue_inumber(&sval, input+eye,
(void **)
&t, \
+
wide_string_to_svalue_inumber(&sval, input+eye, &t,
\
base, field_length, \ INPUT_SHIFT); \ \