pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-03-09
2016-03-09 21:07:25 by Martin Nilsson <nilsson@fastmail.com>
d7fdf7206d162a736e699e0a8d2df7ddd065f39b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Change the _random interface to provide rnadom_string and random from the called random object.
281:
tFuncV(tObj tZero, tVoid, tVoid), /* "_serialize", */ tFuncV(tObj tZero, tVoid, tVoid), /* "_deserialize", */ tFuncV(tZero, tVoid, tInt), /* "_size_object", */
-
tFuncV(
tNone
, tVoid, tMix), /* "_random", */
+
tFuncV(
tFunction tFunction
, tVoid, tMix),
/* "_random", */
}; /* These two are not true LFUNs! */