Skip to content

Commit

Permalink
codingstd fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Nov 3, 2009
1 parent 13ee47f commit 7595884
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 310 deletions.
2 changes: 1 addition & 1 deletion config/auto/libjit.pm
Expand Up @@ -12,7 +12,7 @@ It is OK when it doesn't exist.
The libjit library implements just-in-time compilation functionality. Unlike
other JITs, this one is designed to be independent of any particular virtual
machine bytecode format or language.
machine bytecode format or language.
libjit can be obtained from L<http://freshmeat.net/projects/libjit/> or through
your distribution's package manager. Developer documentation is available from
Expand Down
3 changes: 2 additions & 1 deletion config/gen/libjit.pm
Expand Up @@ -213,7 +213,8 @@ jit__$func_name(jit_function_t f, $arg_decls_v, jit_type_t *va_t, jit_value_t *v
return jit_insn_call_native(f, "$func_name", (void *)&$func_name, sig, arg_v, n_args, 0);
}
DEFN
} else {
}
else {
$decl = <<DECL;
jit_value_t
jit__$func_name(jit_function_t, $arg_decls_t);
Expand Down

0 comments on commit 7595884

Please sign in to comment.