pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2007-05-01
2007-05-01 20:08:16 by Martin Nilsson <mani@lysator.liu.se>
4cb9f824e9f8fe1de666dbe50a9ba6394e3f80c0 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a few more integer ranges.
Rev: src/svalue.h:1.144
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: svalue.h,v 1.
143
2007/
04
/
21
20:
00
:
01
grubba
Exp $
+
|| $Id: svalue.h,v 1.
144
2007/
05
/
01
20:
08
:
16
nilsson
Exp $
*/ #ifndef SVALUE_H
200:
#define tInt04 "\010\000\000\000\000\000\000\000\004" #define tInt05 "\010\000\000\000\000\000\000\000\005" #define tInt06 "\010\000\000\000\000\000\000\000\006"
+
#define tInt07 "\010\000\000\000\000\000\000\000\007"
+
#define tInt08 "\010\000\000\000\000\000\000\000\010"
+
#define tInt09 "\010\000\000\000\000\000\000\000\011"
#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"