pike.git/
lib/
modules/
ADT.pmod/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2013-07-19
2013-07-19 16:01:48 by Tobias S. Josefowitz <tobij@tobij.de>
fbd3c6b14b0d33e9336908474f733fab8ddb3566 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
ADT.Struct: working int32 / SWord
318:
Item c = Long(0x12345678); Item d = Gnol(0x12345678); Item e = uint64();
+
Item f = int32();
}; return (string)Test();
-
]], "\22""44\22\22""
4VxxV4\22\0\0\0\0\0\0\0\0
");
+
]], "\22""44\22\22""
4VxxV4\22\0\0\0\0\0\0\0\0\0\0\0\0
");
test_do([[ class Test { inherit ADT.Struct;