Re: [PATCH v13 04/14] apply: make some parsing functions static again

2016-08-31 Thread Stefan Beller
On Sat, Aug 27, 2016 at 11:45 AM, Christian Couder wrote: > Some parsing functions that were used in both "apply.c" and > "builtin/apply.c" are now only used in the former, so they > can be made static to "apply.c". > > Signed-off-by: Christian Couder > --- > apply.c | 6 +++--- > apply.h | 5 --

[PATCH v13 04/14] apply: make some parsing functions static again

2016-08-27 Thread Christian Couder
Some parsing functions that were used in both "apply.c" and "builtin/apply.c" are now only used in the former, so they can be made static to "apply.c". Signed-off-by: Christian Couder --- apply.c | 6 +++--- apply.h | 5 - 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/apply.