Skip to content

Commit

Permalink
ISO C90 forbids mixed declarations and code
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Dec 1, 2010
1 parent e4e4eac commit 6e99560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/mappedbytearray.pmc
Expand Up @@ -114,8 +114,8 @@ Free all resources used.

VTABLE void init_pmc(PMC * init) {
#ifdef ENABLED
PObj_custom_destroy_SET(SELF);
void *mapping = NULL;
PObj_custom_destroy_SET(SELF);
if (VTABLE_isa(INTERP, init, CONST_STRING(INTERP, "String"))) {
unsigned long length = 0;
STRING *name = VTABLE_get_string(INTERP, init);
Expand Down

0 comments on commit 6e99560

Please sign in to comment.