pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2019-11-02
2019-11-02 16:45:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3df162f1d0a3e0331d9c1efc59e4120e811515ed (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler: Fix template type for _destruct().
200:
static const char *const raw_lfun_types[] = { tFuncV(tNone,tVoid,tVoid), /* "__INIT", */ tFuncV(tNone,tZero,tVoid), /* "create", */
-
tFuncV(tOr(tVoid,tInt),tVoid,
tVoid
), /* "_destruct", */
+
tFuncV(tOr(tVoid,tInt),tVoid,
tInt01
), /* "_destruct", */
tFuncV(tZero,tZero,tMix), /* "`+", */ tFunc(tOr(tVoid,tZero),tMix), /* "`-", */ tFuncV(tNone,tZero,tMix), /* "`&", */