pike.git/
src/
peep.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-04-27
2014-04-27 18:31:29 by Martin Nilsson <nilsson@opera.com>
0ec752ef450dbf541fd9c208bd4e388e4a5efc1c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Free takes void* and doesn't need any cast anymore.
766:
} }
-
free(
(char *)
labels);
+
free(labels);
#ifdef END_FUNCTION END_FUNCTION(store_linenumbers);
1112:
relabel |= low_asm_opt(); }
-
free(
(char *)
instructions);
+
free(instructions);
#ifdef PIKE_DEBUG if(a_flag > 4)