Re: [PATCH weston v2 2/4] Moved helper macro to a discrete include file.

2015-06-16 Thread Jon A. Cruz
On 06/16/2015 02:48 AM, Pekka Paalanen wrote: > On Mon, 15 Jun 2015 15:37:08 -0700 > "Jon A. Cruz" wrote: > >> To help reduce code duplication and also 'kitchen-sink' includes >> the ARRAY_LENGTH macro was moved to a stand-alone file and >> referenced from the sources consuming it. Other macros w

Re: [PATCH weston v2 2/4] Moved helper macro to a discrete include file.

2015-06-16 Thread Pekka Paalanen
On Mon, 15 Jun 2015 15:37:08 -0700 "Jon A. Cruz" wrote: > To help reduce code duplication and also 'kitchen-sink' includes > the ARRAY_LENGTH macro was moved to a stand-alone file and > referenced from the sources consuming it. Other macros will be > added in subsequent passes. > > Signed-off-by

[PATCH weston v2 2/4] Moved helper macro to a discrete include file.

2015-06-15 Thread Jon A. Cruz
To help reduce code duplication and also 'kitchen-sink' includes the ARRAY_LENGTH macro was moved to a stand-alone file and referenced from the sources consuming it. Other macros will be added in subsequent passes. Signed-off-by: Jon A. Cruz --- Makefile.am| 1 + clients