pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-14
1999-12-14 19:48:15 by Martin Stjernholm <mast@lysator.liu.se>
69dfee77101592d1b2bb27d722f7cb31442a5b4c (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Some more macros for low range integer types.
Rev: src/svalue.h:1.44
5:
\*/ /*
-
* $Id: svalue.h,v 1.
43
1999/12/
10
23
:
47
:
00
grubba
Exp $
+
* $Id: svalue.h,v 1.
44
1999/12/
14
19
:
48
:
15
mast
Exp $
*/ #ifndef SVALUE_H #define SVALUE_H
142:
#define tInt0 "\010\000\000\000\000\000\000\000\000" #define tInt1 "\010\000\000\000\001\000\000\000\001" #define tInt01 "\010\000\000\000\000\000\000\000\001"
+
#define tInt02 "\010\000\000\000\000\000\000\000\002"
+
#define tInt03 "\010\000\000\000\000\000\000\000\003"
+
#define tInt04 "\010\000\000\000\000\000\000\000\004"
+
#define tInt05 "\010\000\000\000\000\000\000\000\005"
#define tIntPos "\010\000\000\000\000\177\377\377\377" #define tByte "\010\000\000\000\000\000\000\000\377"