Re: [PATCH wayland 4/8] fixup! scanner: use c99 initializers for the request/events arrays

2018-07-04 Thread Pekka Paalanen
On Tue, 3 Jul 2018 16:19:03 +0100 Emil Velikov wrote: > On 3 July 2018 at 12:28, Pekka Paalanen wrote: > > On Thu, 14 Jun 2018 16:49:41 +0100 > > Emil Velikov wrote: > > > >> --- > >> tests/data/example-code.c | 238 > >> > >>

Re: [PATCH wayland 4/8] fixup! scanner: use c99 initializers for the request/events arrays

2018-07-03 Thread Emil Velikov
On 3 July 2018 at 12:28, Pekka Paalanen wrote: > On Thu, 14 Jun 2018 16:49:41 +0100 > Emil Velikov wrote: > >> --- >> tests/data/example-code.c | 238 >> >> tests/data/small-code-core.c| 8 +- >> tests/data/small-code.c | 8 +- >>

Re: [PATCH wayland 4/8] fixup! scanner: use c99 initializers for the request/events arrays

2018-07-03 Thread Pekka Paalanen
On Thu, 14 Jun 2018 16:49:41 +0100 Emil Velikov wrote: > --- > tests/data/example-code.c | 238 > > tests/data/small-code-core.c| 8 +- > tests/data/small-code.c | 8 +- > tests/data/small-private-code.c | 8 +- > 4 files

[PATCH wayland 4/8] fixup! scanner: use c99 initializers for the request/events arrays

2018-06-14 Thread Emil Velikov
--- tests/data/example-code.c | 238 tests/data/small-code-core.c| 8 +- tests/data/small-code.c | 8 +- tests/data/small-private-code.c | 8 +- 4 files changed, 131 insertions(+), 131 deletions(-) diff --git