pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-21
2014-08-21 18:11:55 by Martin Nilsson <nilsson@opera.com>
3b54e5516f34132abcab47c2ce48c0149ffca1ee (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Added void to zero argument functions.
5044:
ba_count_all(&pike_list_node_allocator, n, s); }
-
void free_all_pike_list_node_blocks() {
+
void free_all_pike_list_node_blocks(
void
) {
ba_destroy(&pike_list_node_allocator); }
6064:
static struct object *val_module;
-
static void get_val_module()
+
static void get_val_module(
void
)
{ assert (!val_module); push_text ("Val");