pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-19
2000-04-19 17:31:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c3965a526508e36133f371731733ec4fc8a25fd0 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a few more tInt*.
Rev: src/svalue.h:1.53
5:
\*/ /*
-
* $Id: svalue.h,v 1.
52
2000/04/
17
19:
25:
31
mast
Exp $
+
* $Id: svalue.h,v 1.
53
2000/04/
19
17:
31
:
21
grubba
Exp $
*/ #ifndef SVALUE_H #define SVALUE_H
139:
#define tInt "\010\200\000\000\000\177\377\377\377" #define tInt0 "\010\000\000\000\000\000\000\000\000" #define tInt1 "\010\000\000\000\001\000\000\000\001"
+
#define tInt2 "\010\000\000\000\002\000\000\000\002"
#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 tInt1Plus "\010\000\000\000\001\177\377\377\377"
+
#define tInt2Plus "\010\000\000\000\002\177\377\377\377"
#define tByte "\010\000\000\000\000\000\000\000\377" #define tFlt "\011" #define tFloat "\011"