pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2015-09-24
2015-09-24 09:26:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
369fdc86c13baada08a4fb1d11d64994ddeca8f2 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Compiler: Added tIntNeg and tIntMinus.
These are analogous to tIntPos and tInt1Plus.
336:
#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 tIntNeg "\010\200\000\000\000\000\000\000\000"
#define tInt1Plus "\010\000\000\000\001\177\377\377\377" #define tInt2Plus "\010\000\000\000\002\177\377\377\377"
-
+
#define tIntMinus "\010\200\000\000\000\377\377\377\377"
#define tInt_10 "\010\377\377\377\377\000\000\000\000" #define tInt_11 "\010\377\377\377\377\000\000\000\001" #define tByte "\010\000\000\000\000\000\000\000\377"