pike.git/
src/
encode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-15
2000-09-15 17:03:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
11a87d0e1a2c2b758f33fa2ec0b4c516fbe102db (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, C++-style comments are not good for you...
Rev: src/encode.c:1.72
25:
#include "version.h" #include "bignum.h"
-
RCSID("$Id: encode.c,v 1.
71
2000/09/
11
18
:
39
:
01
grubba Exp $");
+
RCSID("$Id: encode.c,v 1.
72
2000/09/
15
17
:
03:
39 grubba Exp $");
/* #define ENCODE_DEBUG */
1121:
case TAG_FLOAT: {
-
double res;
// = (double)num;
+
double res;
EDB(fprintf(stderr, "Decoding float... numh:0x%08x, num:0x%08x\n", numh, num));