Re: [PATCH V8 08/13] posix clocks: cleanup the CLOCK_DISPTACH macro
From: Richard Cochran <hidden>
Date: 2011-01-03 10:51:41
Also in:
linux-api, lkml
From: Richard Cochran <hidden>
Date: 2011-01-03 10:51:41
Also in:
linux-api, lkml
On Mon, Jan 03, 2011 at 10:29:09AM +0100, Peter Zijlstra wrote:
On Fri, 2010-12-31 at 20:15 +0100, Richard Cochran wrote:quoted
+#define CLOCK_DISPATCH(clock, call, arglist) dispatch_##call arglistHow about you run something like: :% s/CLOCK_DISPATCH([^,]*, \([^,]*\), \([^)]*)\))/dispatch_\1\2/g and remove that cruft all together?
Gladly ;^) Richard