pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-06-08
1999-06-08 15:47:58 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
5050b5490af31e44115ef1e285d3d5befdfe8414 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
added tInt0 and tInt1
Rev: src/svalue.h:1.30
5:
\*/ /*
-
* $Id: svalue.h,v 1.
29
1999/06/
07
22
:
57
:
29
hubbe
Exp $
+
* $Id: svalue.h,v 1.
30
1999/06/
08
15
:
47
:
58
mirar
Exp $
*/ #ifndef SVALUE_H #define SVALUE_H
122:
#define tFlt "\007" #define tFloat "\007" #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 tInt01 "\010\000\000\000\000\000\000\000\001" #define tByte "\010\000\000\000\000\000\000\000\377"