Re: [PATCH v2 06/11] ref-filter: introduce color_atom_parser()

2015-12-18 Thread Karthik Nayak
On Thu, Dec 17, 2015 at 2:51 AM, Eric Sunshine wrote: > On Wed, Dec 16, 2015 at 10:29 AM, Karthik Nayak wrote: >> Introduce color_atom_parser() which will parse a "color" atom and >> store its color in the "use_atom" structure for further usage in

Re: [PATCH v2 06/11] ref-filter: introduce color_atom_parser()

2015-12-16 Thread Eric Sunshine
On Wed, Dec 16, 2015 at 10:29 AM, Karthik Nayak wrote: > Introduce color_atom_parser() which will parse a "color" atom and > store its color in the "use_atom" structure for further usage in Same comment as last time: s/use_atom/used_atom/ > 'populate_value()'. s/'//g

[PATCH v2 06/11] ref-filter: introduce color_atom_parser()

2015-12-16 Thread Karthik Nayak
Introduce color_atom_parser() which will parse a "color" atom and store its color in the "use_atom" structure for further usage in 'populate_value()'. Helped-by: Ramsay Jones Signed-off-by: Karthik Nayak --- ref-filter.c | 21