On Wed, 2009-06-24 at 18:13 +0200, Arthur HUILLET wrote:
> diff --git a/test/jit/basic-block-assert.h
> b/test/jit/basic-block-assert.h
> index 8f00672..abec84c 100644
> --- a/test/jit/basic-block-assert.h
> +++ b/test/jit/basic-block-assert.h
> @@ -12,16 +12,28 @@ static void inline assert_basic_block(struct 
> compilation_unit *parent,
>       assert_int_equals(end, bb->end);
>  }
>  
> +static void inline __assert_bb_neighbors(struct basic_block **neigh, int 
> nneigh, struct basic_block **array, unsigned long sz)

The more common way to write the above is

  static inline void

Anyway, I went ahead and cleaned up the whole header file which had
turned into a big mess.

Patch applied.

                        Pekka


------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to