diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fcall.h | 2 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/fcall.h b/include/fcall.h index 915fec41..1302c9a1 100644 --- a/include/fcall.h +++ b/include/fcall.h @@ -64,7 +64,7 @@ struct Fcall #define GBIT8(p) ((p)[0]) #define GBIT16(p) ((p)[0]|((p)[1]<<8)) #define GBIT32(p) ((u32int)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24))) -#define GBIT64(p) ((vlong)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24)) |\ +#define GBIT64(p) ((u32int)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24)) |\ ((vlong)((p)[4]|((p)[5]<<8)|((p)[6]<<16)|((p)[7]<<24)) << 32)) #define PBIT8(p,v) (p)[0]=(v) diff --git a/include/version.h b/include/version.h index ea9166bd..62d5bc0c 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20070217)" +#define VERSION "Fourth Edition (20070227)" |
