Re: [PATCH 2/4] scripts/checkincludes.pl: Simplify and shorten argument logic

2012-08-31 Thread Cruz Julian Bishop
On 01/09/12 01:42, Joe Perches wrote: > On Fri, 2012-08-31 at 23:18 +1000, Cruz Julian Bishop wrote: >> This patch allows for much easier implementation of arguments >> when modifying checkincludes.pl >> >> The variable $file is also initially named $arg - I wasn't sure >> if memory would be a prob

Re: [PATCH 2/4] scripts/checkincludes.pl: Simplify and shorten argument logic

2012-08-31 Thread Joe Perches
On Fri, 2012-08-31 at 23:18 +1000, Cruz Julian Bishop wrote: > This patch allows for much easier implementation of arguments > when modifying checkincludes.pl > > The variable $file is also initially named $arg - I wasn't sure > if memory would be a problem (I know it would be in Java/C#) if > ano

[PATCH 2/4] scripts/checkincludes.pl: Simplify and shorten argument logic

2012-08-31 Thread Cruz Julian Bishop
This patch allows for much easier implementation of arguments when modifying checkincludes.pl The variable $file is also initially named $arg - I wasn't sure if memory would be a problem (I know it would be in Java/C#) if another $file variable was initialized with the value of $arg, so I just lef