pike.git/
src/
constants.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:26:00 by Martin Nilsson <nilsson@opera.com>
b81a1dad883d72fe3cff9eef009a19368eed83fe (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
mallocs nowdays return void*, so no need to case.
99:
optimize_fun optimize, docode_fun docode) {
-
struct callable *f=
(struct callable*)
ba_alloc(&callable_allocator);
+
struct callable *f=ba_alloc(&callable_allocator);
#ifdef PIKE_DEBUG DOUBLELINK(first_callable, f); #endif