Nathaniel Filardo wrote:
> Greetings all.
>
> I am attempting to port QEMU to Plan 9 for the Google Summer of Code.
> A big chunk (in terms of diff line count) of the work that has been
> done on this before was to convert all the lines of the form
>case A ... B:
> to be individual case arms as
On Tuesday 24 July 2007, Nathaniel Filardo wrote:
> Greetings all.
>
> I am attempting to port QEMU to Plan 9 for the Google Summer of Code.
> A big chunk (in terms of diff line count) of the work that has been
> done on this before was to convert all the lines of the form
> case A ... B:
> to
Greetings all.
I am attempting to port QEMU to Plan 9 for the Google Summer of Code.
A big chunk (in terms of diff line count) of the work that has been
done on this before was to convert all the lines of the form
case A ... B:
to be individual case arms as required by Plan 9's C compiler. Th